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