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",
12 months ago
"version": "3.1.30",
"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.9.0",
"p-queue": "^7.4.1",
12 months ago
"schemastery": "^3.13.1",
2 years ago
"shell-quote": "^1.8.1",
1 year ago
"superagent": "^8.1.2",
1 year ago
"ws": "^8.14.2"
},
3 years ago
"preferUnplugged": true,
"license": "AGPL-3.0-or-later",
"devDependencies": {
1 year ago
"@types/shell-quote": "^1.7.2",
12 months ago
"@types/ws": "^8.5.7"
}
}