forked from syzoj/judge-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.88 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
{
"name": "judge-daemon",
"version": "0.0.1",
"description": "Judge daemon for SYZOJ.",
"main": "",
"author": "t123yh",
"license": "GPL-3.0",
"dependencies": {
"@types/amqplib": "^0.5.4",
"@types/bluebird": "^3.5.8",
"@types/body-parser": "^1.16.5",
"@types/crypto-js": "^3.1.35",
"@types/express": "^4.0.37",
"@types/fs-extra": "^3.0.3",
"@types/js-yaml": "^3.9.1",
"@types/jsonwebtoken": "^7.2.3",
"@types/klaw": "^1.3.2",
"@types/lodash": "^4.14.74",
"@types/msgpack-lite": "^0.1.5",
"@types/node": "^7.0.43",
"@types/object-path": "^0.11.1",
"@types/randomstring": "^1.1.6",
"@types/redlock": "0.0.31",
"@types/request": "^2.0.3",
"@types/request-promise": "^4.1.37",
"@types/socket.io": "^1.4.30",
"@types/socket.io-client": "^1.4.32",
"@types/uuid": "^3.4.1",
"@types/winston": "^2.3.5",
"amqplib": "^0.5.1",
"ansi-to-html": "^0.6.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"command-line-args": "^4.0.7",
"cors": "^2.8.4",
"crypto-js": "^3.1.9-1",
"decompress": "^4.2.1",
"express": "^4.15.4",
"fs-extra": "^3.0.1",
"get-folder-size": "^1.0.0",
"js-yaml": "^3.9.1",
"jsondiffpatch": "0.2.4",
"jsonwebtoken": "^7.4.3",
"klaw": "^2.1.0",
"lockfile": "^1.0.3",
"lodash": "^4.17.4",
"msgpack-lite": "^0.1.26",
"object-path": "^0.11.7",
"posix": "^4.1.1",
"randomstring": "^1.1.5",
"redis": "^2.8.0",
"redlock": "^3.0.0",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"simple-sandbox": "^0.3.5",
"socket.io": "^2.0.3",
"socket.io-client": "^2.2.0",
"source-map-support": "^0.4.16",
"syspipe": "^0.1.5",
"tar": "^3.2.1",
"typescript": "^2.5.1",
"uuid": "^3.1.0",
"winston": "^2.3.1"
},
"scripts": {
"build": "tsc -d -p .",
"build:watch": "tsc -w -d -p ."
}
}