-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.22 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
{
"name": "console-agent",
"version": "0.1.0",
"description": "",
"main": "index.js",
"engines": {
"node": ">=8.0.0"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "mocha test",
"cover": "nyc npm test",
"cover:ci": "nyc --reporter=lcov npm test",
"lint": "eslint lib test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaola-fed/console-agent.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kaola-fed/console-agent/issues"
},
"homepage": "https://github.com/kaola-fed/console-agent#readme",
"dependencies": {
"@segment/clear-intervals": "^2.0.0",
"cron": "^1.4.1",
"del": "^3.0.0",
"detect-port": "^1.3.0",
"fkill": "^5.3.0",
"gc-stats": "^1.2.1",
"graceful-process": "^1.2.0",
"is": "^3.2.1",
"is-os": "^1.0.1",
"measured-core": "^1.11.2",
"mkdirp": "^0.5.1",
"mz": "^2.7.0",
"pidusage": "^2.0.16",
"pify": "^4.0.0",
"sdk-base": "^3.5.0",
"socket.io": "^2.1.1",
"uuid": "^3.3.2"
},
"devDependencies": {
"eslint": "^5.4.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"power-assert": "^1.6.0"
}
}