forked from winstonjs/winston-loggly
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
49 lines (49 loc) · 1008 Bytes
/
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
{
"name": "winston-loggly-bulk",
"version": "3.3.2",
"description": "A Loggly transport for winston",
"author": "Loggly <opensource@loggly.com>",
"contributors": [
{
"name": "Loggly",
"email": "opensource@loggly.com",
"url": "https://github.com/loggly"
},
{
"name": "Shweta Jain",
"email": "shweta.jain@psquickit.com",
"url": "https://github.com/shwetajain148"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/loggly/winston-loggly-bulk.git"
},
"keywords": [
"loggly",
"logging",
"sysadmin",
"tools",
"winston"
],
"dependencies": {
"lodash.clonedeep": "4.5.0",
"node-loggly-bulk": "4.0.2",
"winston": "3.10.0",
"winston-transport": "4.5.0"
},
"devDependencies": {
"jest": "29.7.0"
},
"main": "./lib/winston-loggly",
"scripts": {
"test": "jest"
},
"engines": {
"node": ">= 6.4.0"
},
"prettier": {
"singleQuote": true
}
}