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

31 lines
754 B
JSON

{
"name": "@hydrooj/hydrojudge",
"version": "2.0.6",
"main": "dist/service.js",
"author": "masnn",
"os": [
"linux"
],
"dependencies": {
"axios": "^0.19.0",
"bson": "^4.1.0",
"fs-extra": "^9.0.1",
"hydrooj": "^2.12.0",
"js-yaml": "^3.14.0",
4 years ago
"lodash": "^4.17.20",
"p-queue": "^6.6.1",
"shell-quote": "^1.7.2",
"systeminformation": "^4.26.10"
},
"license": "GPL-3.0-only",
"devDependencies": {
"@types/bson": "^4.0.2",
"@types/fs-extra": "^9.0.1",
"@types/js-yaml": "^3.12.5",
"@types/shell-quote": "^1.7.0"
},
"scripts": {
"build": "tsc",
"lint": "eslint . --ext ts --fix"
}
}