kuzzle-plugin-logger
Version:
Kuzzle plugin that handles logs
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "kuzzle-plugin-logger",
"version": "3.0.3",
"description": "Kuzzle plugin that handles logs",
"main": "./lib/index.js",
"scripts": {
"test": "npm run --silent lint && npm run --silent unit-tests --coverage",
"unit-tests": "istanbul test _mocha test/logger.test.js test/services",
"lint": "eslint --max-warnings=0 ./test ./lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuzzleio/kuzzle-plugin-logger.git"
},
"keywords": [
"kuzzle",
"plugin",
"logger",
"winston"
],
"author": "Kuzzle Team",
"bugs": {
"url": "https://github.com/kuzzleio/kuzzle-plugin-logger/issues"
},
"license": "Apache-2.0",
"dependencies": {
"moment": "^2.29.1",
"triple-beam": "^1.3.0",
"winston": "^3.3.3",
"winston-syslog": "2.4.4",
"winston-transport": "^4.4.0"
},
"devDependencies": {
"eslint": "7.23.0",
"istanbul": "^0.4.5",
"mocha": "8.3.2",
"mock-require": "^3.0.3",
"rewire": "^5.0.0",
"should": "13.2.3",
"should-sinon": "0.0.6",
"sinon": "^10.0.0"
},
"engines": {
"node": ">=6.9.1"
}
}