算法平台判别器。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

69 lines
1.8 KiB

{
"name": "judge-daemon",
"version": "0.0.1",
"description": "Judge daemon for SYZOJ.",
"main": "",
"author": "t123yh",
"license": "GPL-3.0",
"dependencies": {
"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.0",
"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",
"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",
"uuid": "^3.1.0",
"winston": "^2.3.1"
},
"devDependencies": {
"@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/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",
"typescript": "^2.5.1"
},
"scripts": {
"build": "tsc -d -p .",
"build:watch": "tsc -w -d -p ."
}
}