inblox-node-logger
Version:
inblox node logger
37 lines (36 loc) • 829 B
JSON
{
"name": "inblox-node-logger",
"version": "1.0.0",
"description": "inblox node logger",
"main": "index.js",
"scripts": {
"test": "npm-run-all --silent test-*",
"test-audit": "npm audit",
"test-lint": "find ./test -name '*.js' | xargs node_modules/.bin/eslint ./*.js ",
"test-mocha": "find ./test -name '*.js' | xargs nyc mocha --exit"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Inblox Network Platform Developers",
"dependencies": {
"lodash.clonedeep": "^4.5.0",
"winston": "^3.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.0.1",
"mocha": "^6.1.4",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"sinon": "^6.3.5"
},
"directories": {
"test": "test"
},
"keywords": [
"node-logger"
],
"license": "ISC"
}