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

26 lines
700 B
JSON

{
"name": "@hydrooj/hydrojudge",
"bin": "bin/hydrojudge.js",
"version": "3.1.31",
"main": "package.json",
"author": "undefined <i@undefined.moe>",
"repository": "https://github.com/hydro-dev/Hydro.git",
"dependencies": {
"@hydrooj/utils": "workspace:*",
"cac": "^6.7.14",
11 months ago
"mongodb": "^5.9.1",
1 year ago
"p-queue": "^7.4.1",
11 months ago
"schemastery": "^3.14.1",
"semver": "^7.5.4",
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": {
11 months ago
"@types/shell-quote": "^1.7.4",
"@types/ws": "^8.5.9"
}
}