mirror of
https://github.com/renbaoshuo/UOJ-Luogu-RemoteJudge.git
synced 2024-11-08 12:38:48 +00:00
26 lines
604 B
JSON
26 lines
604 B
JSON
{
|
|
"name": "s2oj-luogu-remote-judger",
|
|
"version": "0.0.1",
|
|
"description": "Luogu remote judger for S2OJ.",
|
|
"private": true,
|
|
"main": "entrypoint.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node entrypoint.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/renbaoshuo/S2OJ.git"
|
|
},
|
|
"author": "Baoshuo <i@baoshuo.ren>",
|
|
"bugs": {
|
|
"url": "https://github.com/renbaoshuo/S2OJ/issues"
|
|
},
|
|
"homepage": "https://github.com/renbaoshuo/S2OJ#readme",
|
|
"dependencies": {
|
|
"fs-extra": "^11.1.1",
|
|
"reggol": "^1.3.5",
|
|
"superagent": "^8.0.9"
|
|
}
|
|
}
|