nx-config2
Version:
Next-generation configuration management for Node.js - Zero dependencies, TypeScript-first, production-ready
73 lines (72 loc) • 1.67 kB
JSON
{
"name": "nx-config2",
"version": "2.4.0",
"description": "Next-generation configuration management for Node.js - Zero dependencies, TypeScript-first, production-ready",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "echo \"Error: no linter specified\" && exit 1"
},
"keywords": [
"config",
"configuration",
"env",
"environment",
"parser",
"validation",
"typescript",
"zero-dependencies",
"dotenv",
"convict",
"nconf",
"node-config",
"multi-config",
"merge",
"schema",
"validation",
"hot-reload",
"hierarchical",
"secret-masking",
"documentation"
],
"author": "nx-morpheus",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nx-morpheus/nxconfig.git"
},
"bugs": {
"url": "https://github.com/nx-morpheus/nxconfig/issues"
},
"homepage": "https://github.com/nx-morpheus/nxconfig#readme",
"devDependencies": {
"@types/node": "^20.19.22",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"nx-remote-json": "^1.0.2"
}
}