nxconfig-js
Version:
Next-generation configuration management for Node.js - Zero dependencies, TypeScript-first, production-ready
70 lines (69 loc) • 1.63 kB
JSON
{
"name": "nxconfig-js",
"version": "1.1.2",
"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": "nxconfig contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nx-intelligence/nxconfig.git"
},
"bugs": {
"url": "https://github.com/nx-intelligence/nxconfig/issues"
},
"homepage": "https://github.com/nx-intelligence/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/"
}
}