confn
Version:
A simple to implement config management node js library. Setup dev, staging, production, etc. config for your node app effortlessly.
34 lines (33 loc) • 888 B
JSON
{
"name": "confn",
"version": "1.0.2",
"main": "build/index.js",
"description": "A simple to implement config management node js library. Setup dev, staging, production, etc. config for your node app effortlessly.",
"scripts": {
"start": "node build/index.js",
"compile": "tsc -p tsconfig.json",
"build": "npm run compile && npm run start"
},
"author": "Kartik Rawat",
"license": "ISC",
"devDependencies": {
"@types/node": "^14.14.44",
"typescript": "^4.0.5"
},
"dependencies": {},
"keywords": [
"config",
"config-management",
"simple-config",
"simple-config-management",
"environment"
],
"bugs": {
"url": "https://github.com/kartik1998/confn/issues"
},
"homepage": "https://github.com/kartik1998/confn#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/kartik1998/confn.git"
}
}