conflakes
Version:
Manager of the configuration, may be depending on the environment, with the ability to import another config files defined inside themselves.
56 lines (55 loc) • 1.22 kB
JSON
{
"name": "conflakes",
"description": "Manager of the configuration, may be depending on the environment, with the ability to import another config files defined inside themselves.",
"version": "3.3.2",
"author": "Damian Chojna",
"license": "MIT",
"private": false,
"readmeFilename": "README.md",
"main": "./dist/src/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "npm run tsc",
"tsc": "tsc",
"test": "tsc;mocha ./dist/tests/ --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/damianchojna/conflakes.git"
},
"bin": {
"build-dist": "bin/build-dist.js"
},
"dependencies": {
"ini": "^1.3.5",
"js-yaml": "^3.10.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.54",
"chai": "^3.5.0",
"mocha": "^3.5.3",
"sinon": "^1.17.7",
"typescript": "^2.6.2"
},
"keywords": [
"conf",
"config",
"settings",
"properties",
"config-node",
"node-config",
"configuration",
"configuration loader",
"env",
"json",
"yaml",
"yml",
"ini",
"js",
"module",
"environment"
]
}