{ "name": "hydro-workspace", "private": true, "workspaces": [ "packages/*", "plugins/*", "modules/*" ], "main": "package.json", "scripts": { "build": "node build/prepare.js && tsc -b --verbose", "build:installer": "esbuild ./install/install.js --minify --format=cjs | base64", "build:watch": "node build/prepare.js && tsc -b --watch", "build:ui": "node packages/ui-default/build --gulp && node packages/ui-default/build", "build:ui:gulp": "node packages/ui-default/build --gulp", "build:ui:dev": "node packages/ui-default/build --gulp && node --trace-deprecation packages/ui-default/build --dev", "build:ui:dev:https": "node packages/ui-default/build --gulp && node --trace-deprecation packages/ui-default/build --dev --https", "build:ui:production": "cross-env NODE_OPTIONS=--max_old_space_size=8192 node packages/ui-default/build --gulp && node packages/ui-default/build --production", "build:ui:production:webpack": "cross-env NODE_OPTIONS=--max_old_space_size=8192 node packages/ui-default/build --production", "test": "node test/entry.js", "benchmark": "cross-env BENCHMARK=true node test/entry.js", "lint": "eslint packages plugins modules --ext .ts,.tsx,.jsx --fix", "lint:ci": "eslint packages plugins modules --ext .ts,.tsx,.jsx --max-warnings=0", "lint:ui": "yarn workspace @hydrooj/ui-default lint --ext .js,.ts,.jsx,.tsx . --fix", "lint:ui:ci": "yarn workspace @hydrooj/ui-default lint --ext .js,.ts,.jsx,.tsx . --max-warnings=0", "debug": "node --trace-warnings --async-stack-traces --trace-deprecation packages/hydrooj/bin/hydrooj --debug --template", "start": "packages/hydrooj/bin/hydrooj", "postinstall": "node build/prepare.js", "gen-patch": "node -r @hydrooj/utils/lib/register build/gen-patch.ts" }, "version": "1.0.0", "license": "AGPL-3.0-only", "devDependencies": { "@simplewebauthn/typescript-types": "7.4.0", "@types/autocannon": "^7.12.5", "@types/cross-spawn": "^6.0.6", "@types/node": "^20.10.0", "@types/semver": "^7.5.6", "@types/supertest": "^2.0.16", "autocannon": "^7.14.0", "cac": "^6.7.14", "chokidar": "^3.5.3", "cross-env": "^7.0.3", "cross-spawn": "^7.0.3", "esbuild": "0.19.7", "eslint": "^8.54.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-import-resolver-webpack": "^0.13.8", "fs-extra": "^11.1.1", "globby": "14.0.0", "inspectpack": "^4.7.1", "mongodb": "^5.9.1", "mongodb-memory-server": "^9.1.1", "nyc": "^15.1.0", "ora": "^7.0.1", "package-json": "^8.1.1", "semver": "^7.5.4", "simple-git": "^3.21.0", "supertest": "^6.3.3", "typescript": "^5.3.2", "wtfnode": "^0.9.1" } }