@mcph/bunyan-raven
Version:
A bunyan-compatible stream interface that sends error logs to raven-node.
49 lines (48 loc) • 1.14 kB
JSON
{
"name": "@mcph/bunyan-raven",
"version": "1.2.1",
"description": "A bunyan-compatible stream interface that sends error logs to raven-node.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"dependencies": {},
"devDependencies": {
"@types/bunyan": "^1.8.4",
"@types/node": "^8.5.1",
"@types/raven": "^2.1.2",
"bunyan": "^1.8.12",
"raven": "^2.3.0",
"rimraf": "^2.6.2",
"ts-node": "^3.3.0",
"typescript": "^2.6.2"
},
"peerDependencies": {
"raven": "1 - 2"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test:integrate": "ts-node src/index.test.ts",
"build": "rimraf dist && tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/mixer/bunyan-raven.git"
},
"keywords": [
"typescript",
"bunyan",
"raven",
"error-logging",
"getsentry"
],
"authors": [
"Chakrit Wichian <service@chakrit.net> (http://chakrit.net)",
"Simon Schick <sischick@microsoft.com>"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/mixer/bunyan-raven/issues"
}
}