-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "winston-sentry-raven-transport",
"description": "Raven/Sentry transport for the winston v3 logger",
"version": "1.2.2",
"author": "Andrew Avdeev <[email protected]>",
"keywords": [
"logger",
"loggly",
"logging",
"raven",
"tools",
"sentry",
"transport",
"winston",
"winston3"
],
"main": "index.js",
"scripts": {
"lint": "eslint **/*.js",
"test": "mocha -b"
},
"repository": "https://github.com/aandrewww/winston-sentry-raven-transport.git",
"license": "MIT",
"bugs": {
"url": "https://github.com/aandrewww/winston-sentry-raven-transport/issues"
},
"homepage": "https://github.com/aandrewww/winston-sentry-raven-transport#readme",
"engines": {
"node": ">= 6.4.0"
},
"dependencies": {
"lodash": "^4.17.19",
"raven": "^2.6.4",
"winston": "^3.2.1",
"winston-transport": "^4.3.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"chai": "^4.2.0",
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-import": "^2.16.0",
"mocha": "^6.2.3",
"sinon": "^7.5.0"
}
}