onion-config
Version:
Layer-based config/data manager
45 lines (44 loc) • 1.08 kB
JSON
{
"name": "onion-config",
"version": "0.4.1",
"description": "Layer-based config/data manager",
"main": "lib/onion.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"test-docker": "docker-compose up",
"generate-docs": "node_modules/.bin/jsdoc -c docs/jsdoc.json"
},
"keywords": [
"config",
"vault",
"env",
"onion",
"microservice"
],
"author": "Dmitrii Mozgovoi <dmitriy.mozgovoy@gmail.com>",
"license": "MIT",
"dependencies": {
"@strikeentco/get": "^1.0.1",
"@strikeentco/set": "^1.0.0",
"yarl": "^3.0.0"
},
"devDependencies": {
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"jsdoc": "^3.5.5",
"jsdoc-class-hierarchy": "^1.1.2",
"mocha": "^6.1.0",
"should": "^13.2.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Smbc1/onion-config.git"
},
"homepage": "https://smbc1.github.io/onion-config/",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}