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

27 lines
740 B
JSON

{
"name": "@hydrooj/hydrojudge",
"bin": "bin/hydrojudge.js",
2 years ago
"version": "3.1.13",
"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
"fs-extra": "^10.1.0",
"mongodb": "^3.7.3",
"p-queue": "^7.3.0",
2 years ago
"schemastery": "^3.6.1",
"shell-quote": "^1.7.4",
2 years ago
"superagent": "^8.0.6",
2 years ago
"ws": "^8.11.0"
},
3 years ago
"preferUnplugged": true,
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/shell-quote": "^1.7.1",
"@types/ws": "^8.5.3"
}
}