rittenhop-dev/versions/5.94.2/node_modules/bunyan-loggly/package.json
2024-09-23 19:40:12 -04:00

38 lines
858 B
JSON

{
"name": "bunyan-loggly",
"version": "1.4.2",
"description": "A bunyan stream to transport logs to loggly",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"bunyan",
"log",
"loggly"
],
"author": "Maurice Butler <maurice.butler@gmail.com>",
"license": "MIT",
"dependencies": {
"json-stringify-safe": "^5.0.1",
"node-loggly-bulk": "^2.2.4"
},
"devDependencies": {
"@types/bunyan": "^1.8.6",
"proxyquire": "^2.1.3",
"tape": "^4.13.2"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "node ./tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MauriceButler/bunyan-loggly.git"
},
"bugs": {
"url": "https://github.com/MauriceButler/bunyan-loggly/issues"
},
"homepage": "https://github.com/MauriceButler/bunyan-loggly#readme"
}