77 lines
2.0 KiB
JSON
77 lines
2.0 KiB
JSON
{
|
|
"name": "@push.rocks/smartconfig",
|
|
"version": "6.1.1",
|
|
"private": false,
|
|
"description": "A comprehensive configuration management library providing key-value storage, environment variable mapping, and tool configuration.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"scripts": {
|
|
"test": "(tstest test/ --verbose --logfile --timeout 20)",
|
|
"build": "(tsbuild --web)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartconfig.git"
|
|
},
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://code.foss.global/push.rocks/smartconfig/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/smartconfig#readme",
|
|
"dependencies": {
|
|
"@push.rocks/qenv": "^6.1.3",
|
|
"@push.rocks/smartfs": "^1.5.1",
|
|
"@push.rocks/smartjson": "^6.0.1",
|
|
"@push.rocks/smartlog": "^3.2.2",
|
|
"@push.rocks/smartpath": "^6.0.0",
|
|
"@push.rocks/smartpromise": "^4.2.3",
|
|
"@push.rocks/smartrx": "^3.0.10",
|
|
"@push.rocks/taskbuffer": "^8.0.2",
|
|
"@tsclass/tsclass": "^9.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^4.4.0",
|
|
"@git.zone/tsrun": "^2.0.2",
|
|
"@git.zone/tstest": "^3.6.3",
|
|
"@types/lodash.clonedeep": "^4.5.9",
|
|
"@types/node": "^25.6.0"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
".smartconfig.json",
|
|
"license",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"type": "module",
|
|
"keywords": [
|
|
"npm",
|
|
"configuration management",
|
|
"tool management",
|
|
"key-value store",
|
|
"project setup",
|
|
"typescript",
|
|
"environment setup",
|
|
"dependencies management",
|
|
"npm package enhancement",
|
|
"automation",
|
|
"async operations",
|
|
"app configuration",
|
|
"smart file handling",
|
|
"workflow improvement",
|
|
"persistent storage"
|
|
],
|
|
"packageManager": "pnpm@10.28.2"
|
|
}
|