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
671 B
JSON

{
"name": "@hydrooj/hydrojudge",
"bin": "bin/hydrojudge.js",
"version": "3.1.25",
"main": "package.json",
"author": "undefined <i@undefined.moe>",
"repository": "https://github.com/hydro-dev/Hydro.git",
"dependencies": {
"@hydrooj/utils": "workspace:*",
"cac": "^6.7.14",
2 years ago
"mongodb": "^5.2.0",
2 years ago
"p-queue": "^7.3.4",
"schemastery": "^3.7.2",
2 years ago
"shell-quote": "^1.8.0",
"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",
2 years ago
"@types/ws": "^8.5.4"
}
}