steplix-config
Version:
Steplix Config is a Node.js configuration helper.
44 lines (43 loc) • 1.21 kB
JSON
{
"name": "steplix-config",
"version": "0.0.2",
"description": "Steplix Config is a Node.js configuration helper.",
"main": "index.js",
"scripts": {
"lint": "node_modules/.bin/eslint core tests",
"lint-fix": "node_modules/.bin/eslint --fix core tests",
"test": "NODE_ENV=testing mocha --file './tests/setup.js' --reporter spec --recursive tests/**/*.test.js"
},
"homepage": "https://gitlab.com/steplix/SteplixConfig#readme",
"repository": {
"type": "git",
"url": "https://gitlab.com/steplix/SteplixConfig.git"
},
"author": "Steplix Developers",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/steplix/SteplixConfig/issues"
},
"keywords": [
"configuration",
"environment",
"steplix"
],
"dependencies": {
"dotenv": "^8.2.0",
"lodash": "^4.17.19",
"require-directory": "^2.1.1"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.2",
"mocha-sinon": "^2.1.2",
"sinon": "^9.0.2"
}
}