{ "name": "judge-daemon", "version": "0.0.1", "description": "Judge daemon for SYZOJ.", "main": "", "author": "t123yh", "license": "GPL-3.0", "dependencies": { "amqplib": "^0.5.1", "bluebird": "^3.5.0", "body-parser": "^1.17.2", "command-line-args": "^4.0.6", "cors": "^2.8.4", "crypto-js": "^3.1.9-1", "express": "^4.15.3", "fs-extra": "^3.0.1", "get-folder-size": "^1.0.0", "js-yaml": "^3.9.1", "jsondiffpatch": "^0.2.4", "jsonwebtoken": "^7.4.2", "klaw": "^2.0.0", "lockfile": "^1.0.3", "lodash": "^4.17.4", "msgpack-lite": "^0.1.26", "posix": "^4.1.1", "randomstring": "^1.1.5", "redis": "^2.7.1", "redlock": "^3.0.0", "request": "^2.81.0", "request-promise": "^4.2.1", "simple-sandbox": "^0.3.3", "socket.io": "^2.0.3", "source-map-support": "^0.4.15", "tar": "^3.2.0", "uuid": "^3.1.0", "winston": "^2.3.1" }, "devDependencies": { "@types/amqplib": "^0.5.3", "@types/bluebird": "^3.5.8", "@types/body-parser": "^1.16.4", "@types/crypto-js": "^3.1.33", "@types/express": "^4.0.36", "@types/fs-extra": "^3.0.3", "@types/js-yaml": "^3.9.0", "@types/jsonwebtoken": "^7.2.3", "@types/klaw": "^1.3.2", "@types/lodash": "^4.14.71", "@types/msgpack-lite": "^0.1.4", "@types/node": "^7.0.31", "@types/randomstring": "^1.1.6", "@types/redlock": "0.0.31", "@types/request": "^2.0.0", "@types/request-promise": "^4.1.36", "@types/socket.io": "^1.4.29", "@types/uuid": "^3.4.0", "@types/winston": "^2.3.4", "typescript": "^2.3.4" }, "scripts": { "build": "tsc -d -p .", "build:watch": "tsc -w -d -p ." } }