S2OJ/remote_judger/package.json

36 lines
926 B
JSON
Raw Permalink Normal View History

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": {
"crlf-normalize": "^1.0.18",
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",
"string-strip-html": "^13.1.0",
2023-01-19 13:26:59 +00:00
"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",
2023-02-03 03:35:43 +00:00
"@types/lodash.flattendeep": "^4.4.7",
2023-01-19 13:26:59 +00:00
"@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"
}
}