@rduk/logger-winston-loggly-factory
Version:
Loggly transport factory for Winston implementation of RDUK logger
36 lines (35 loc) • 866 B
JSON
{
"name": "@rduk/logger-winston-loggly-factory",
"version": "0.1.1",
"description": "Loggly transport factory for Winston implementation of RDUK logger",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rd-uk/rduk-logger-winston-loggly-factory.git"
},
"keywords": [
"rduk",
"logger",
"winston",
"loggly",
"factory"
],
"author": "RDUK <tech@rduk.fr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rd-uk/rduk-logger-winston-loggly-factory/issues"
},
"homepage": "https://github.com/rd-uk/rduk-logger-winston-loggly-factory#readme",
"dependencies": {
"winston-loggly-bulk": "^2.0.2"
},
"peerDependencies": {
"winston": "2.x"
}
}