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

33 lines
887 B
JSON

{
"name": "@hydrooj/hydrojudge",
"bin": "bin/hydrojudge.js",
3 years ago
"version": "2.8.18",
"main": "package.json",
"author": "undefined <i@undefined.moe>",
"repository": "https://github.com/hydro-dev/Hydro.git",
"dependencies": {
"@hydrooj/utils": "^1.0.14",
"axios": "^0.21.1",
3 years ago
"cac": "^6.7.3",
3 years ago
"fs-extra": "^10.0.0",
3 years ago
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mongodb": "^3.6.10",
3 years ago
"p-queue": "^6.6.2",
"shell-quote": "^1.7.2",
"ws": "^7.5.3"
},
3 years ago
"preferUnplugged": true,
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/js-yaml": "^4.0.2",
"@types/lodash": "^4.14.171",
"@types/shell-quote": "^1.7.1",
"@types/ws": "^7.4.6"
3 years ago
},
"peerDependencies": {
"hydrooj": "*"
}
}