-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "datamonkey-js-server",
"description": "",
"version": "2.5.0",
"engines": {
"node": ">=13"
},
"private": true,
"scripts": {
"test": "npm run test-absrel && npm run test-busted && npm run test-jobs && npm run test-hivtrace",
"test-absrel": "mocha -R spec ./tests/absrel/absrel.js",
"test-relax": "mocha -R spec ./tests/relax/relax.js",
"test-flea": "mocha -R spec ./tests/flea/flea.js",
"test-jobs": "mocha -R spec ./tests/*.js",
"test-hivtrace": "mocha -R spec ./tests/hivtrace/hivtrace.js",
"test-busted": "mocha -R spec ./tests/busted/busted.js"
},
"dependencies": {
"commander": "^6.0.0",
"moment": "2.x.x",
"moment-timezone": "0.5.37",
"q": "^1.2.1",
"redis": "^3.1.2",
"should": "^13.2.3",
"socket.io": "4.1.2",
"tail": "0.4.x",
"tar": "^2.0",
"translate-gard": "^1.0.4",
"underscore": "1.11.x",
"winston": "^3.8.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"heapdump": "^0.3.15",
"socket.io-client": "^4.5.4",
"socket.io-stream": "^0.9.1"
}
}