You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/hydrojudge/package.json

25 lines
672 B
JSON

{
"name": "@hydrooj/hydrojudge",
"bin": "bin/hydrojudge.js",
1 year ago
"version": "3.1.29",
"main": "package.json",
"author": "undefined <i@undefined.moe>",
"repository": "https://github.com/hydro-dev/Hydro.git",
"dependencies": {
"@hydrooj/utils": "workspace:*",
"cac": "^6.7.14",
1 year ago
"mongodb": "^5.7.0",
2 years ago
"p-queue": "^7.3.4",
1 year ago
"schemastery": "^3.11.1",
2 years ago
"shell-quote": "^1.8.1",
"superagent": "^8.0.9",
"ws": "^8.13.0"
},
3 years ago
"preferUnplugged": true,
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/shell-quote": "^1.7.1",
1 year ago
"@types/ws": "^8.5.5"
}
}