-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
54 lines (54 loc) · 1.27 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
48
49
50
51
52
53
54
{
"name": "winston-tcp-graylog",
"version": "1.0.17",
"description": "graylog support for winston based on gelf-pro",
"main": "build",
"scripts": {
"prepublish": "npm run build",
"build": "babel src -d build",
"eslint": "eslint src example",
"test": "npm run eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nskazki/winston-tcp-graylog.git"
},
"keywords": [
"winston",
"gelf-pro",
"logger",
"graylog",
"tcp",
"udp"
],
"author": "nskazki@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/nskazki/winston-tcp-graylog/issues"
},
"homepage": "https://github.com/nskazki/winston-tcp-graylog#readme",
"dependencies": {
"bluebird": "^3.7.1",
"clear-module": "^4.0.0",
"debug": "^4.1.1",
"gelf-pro": "^1.3.3",
"jjv": "^1.0.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"pkginfo": "^0.3.1",
"simple-debugger": "^ 3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"babel-eslint": "^10.0.3",
"babel-plugin-add-module-exports": "^1.0.2",
"eslint": "^6.5.1",
"winston": "^2.4.4"
},
"peerDependencies": {
"winston": "*"
}
}