-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
70 lines (70 loc) · 1.47 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "winston-logzio",
"description": "A winston transport wrapper for logzio",
"version": "5.2.0",
"author": "Gilly Barr <[email protected]>",
"contributors": [
{
"name": "Gilly Barr",
"email": "[email protected]"
},
{
"name": "Alon Mizrahi",
"email": "[email protected]"
},
{
"name": "Ido Halevi",
"email": "[email protected]"
},
{
"name": "Roni Shaham",
"email": "[email protected]"
},
{
"name": "Yotam loewenbach",
"email": "[email protected]"
},
{
"name": "Anton Kolomiiets",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/logzio/winston-logzio"
},
"keywords": [
"cloud computing",
"log analytics",
"api",
"logging",
"logzio",
"nodejs",
"winston"
],
"dependencies": {
"@types/node": "^14.0.4",
"json-stringify-safe": "5.0.1",
"lodash.assign": "4.2.0",
"logzio-nodejs": "^2.2.0",
"triple-beam": "^1.3.0",
"winston": "^3.8.2",
"winston-transport": "^4.5.0"
},
"devDependencies": {
"assert": "^1.3.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0",
"sinon": "^1.17.1"
},
"main": "./lib/winston-logzio",
"engines": {
"node": ">= 8.4.0"
},
"license": "(Apache-2.0)",
"scripts": {
"test": "node_modules/.bin/mocha"
}
}