-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 901 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
{
"name": "logs-manager",
"version": "2.0.1",
"description": "logs-manager",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/somnio-software/logs-manager.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^5.12.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^6.2.2",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5"
},
"bugs": {
"url": "https://github.com/somnio-software/logs-manager/issues"
},
"homepage": "https://github.com/somnio-software/logs-manager#readme",
"dependencies": {
"loggly": "^1.1.1",
"morgan": "^1.10.0",
"winston": "^3.3.3",
"winston-loggly": "^1.3.1",
"winston-loggly-bulk": "^3.1.0"
}
}