UNPKG

winston-sentry

Version:

Sentry transport for the winston logger.

36 lines (35 loc) 708 B
{ "name": "winston-sentry", "version": "0.2.1", "description": "Sentry transport for the winston logger.", "main": "sentry-transport.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/guzru/winston-sentry.git" }, "dependencies": { "lodash": "^4.17.4", "raven": "^1.1.4" }, "peerDependencies": { "winston": ">= 0.7.0" }, "keywords": [ "node", "sentry", "javascript", "logger", "winston" ], "author": "Cristiano Valente", "contributors": [ { "name": "Shahar Kedar", "url": "https://github.com/shaharke/" } ], "license": "MIT" }