UNPKG

propertiesmanager

Version:

Powerful Node.js configuration management with multi-environment support, CLI/env overrides, multi-file composition, hot reload, and security features

47 lines (46 loc) 1.14 kB
{ "name": "propertiesmanager", "version": "4.1.0", "dependencies": { "async": "^3.2.6", "minimist": "^1.2.8", "require-json5": "^1.3.0", "underscore": "^1.8.3" }, "description": "Powerful Node.js configuration management with multi-environment support, CLI/env overrides, multi-file composition, hot reload, and security features", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "mocha --require test/setup.js test/**/*.test.js" }, "devDependencies": { "chai": "^6.2.1", "mocha": "^11.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/aromanino/propertiesmanager.git" }, "keywords": [ "config", "configuration", "property", "properties", "environment", "hot-reload", "multi-file", "cli-override", "env-variables", "json5", "security", "typescript", "argument", "parser" ], "author": "Alessandro Romanino", "license": "ISC", "bugs": { "url": "https://github.com/aromanino/propertiesmanager/issues" }, "homepage": "https://github.com/aromanino/propertiesmanager#readme" }