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

35 lines
935 B
JSON

{
"name": "@hydrooj/hydrojudge",
"bin": "bin/hydrojudge.js",
"version": "2.1.33",
"main": "package.json",
"author": "masnn",
"repository": "https://github.com/hydro-dev/Hydro.git",
"dependencies": {
"adm-zip": "^0.4.16",
4 years ago
"axios": "^0.21.0",
"bson": "^4.1.0",
"fs-extra": "^9.0.1",
"js-yaml": "^3.14.0",
4 years ago
"lodash": "^4.17.20",
"p-queue": "^6.6.1",
"shell-quote": "^1.7.2",
"supports-color": "^8.0.0",
"systeminformation": "^4.30.6",
"yargs": "^16.1.1"
},
"peerDependencies": {
4 years ago
"hydrooj": "^2.13.3"
},
"license": "AGPL-3.0-only",
"devDependencies": {
"@types/bson": "^4.0.2",
4 years ago
"@types/fs-extra": "^9.0.4",
"@types/js-yaml": "^3.12.5",
"@types/shell-quote": "^1.7.0"
},
"scripts": {
"build": "tsc",
"lint": "eslint . --ext ts --fix"
}
}