2023-01-19 13:26:59 +00:00
|
|
|
{
|
|
|
|
"name": "s2oj-remote-judger",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "Remote judger of S2OJ.",
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc -p .",
|
|
|
|
"start": "node dist/entrypoint.js"
|
|
|
|
},
|
|
|
|
"type": "module",
|
|
|
|
"repository": "https://github.com/renbaoshuo/S2OJ",
|
|
|
|
"author": "Baoshuo <i@baoshuo.ren>",
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2023-01-20 08:35:02 +00:00
|
|
|
"fs-extra": "^11.1.0",
|
2023-01-19 13:26:59 +00:00
|
|
|
"jsdom": "^21.0.0",
|
|
|
|
"math-sum": "^2.0.0",
|
|
|
|
"reggol": "^1.3.4",
|
|
|
|
"superagent": "^8.0.6",
|
2023-01-20 08:35:02 +00:00
|
|
|
"superagent-proxy": "^3.0.0"
|
2023-01-19 13:26:59 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-20 08:35:02 +00:00
|
|
|
"@types/fs-extra": "^11.0.1",
|
2023-01-19 13:26:59 +00:00
|
|
|
"@types/js-yaml": "^4.0.5",
|
|
|
|
"@types/jsdom": "^20.0.1",
|
|
|
|
"@types/node": "^18.11.18",
|
|
|
|
"@types/superagent": "^4.1.16",
|
|
|
|
"@types/superagent-proxy": "^3.0.0",
|
|
|
|
"js-yaml": "^4.1.0",
|
|
|
|
"typescript": "^4.9.4"
|
|
|
|
}
|
|
|
|
}
|