{ "name": "@hydrooj/migrate-hustoj", "version": "0.1.4", "main": "package.json", "repository": "git@github.com:hydro-dev/Hydro.git", "author": "undefined ", "license": "AGPL-3.0-or-later", "preferUnplugged": true, "scripts": { "lint": "eslint lib.ts script.ts --fix", "build": "tsc" }, "devDependencies": { "@types/mysql": "^2.15.21" }, "dependencies": { "@hydrooj/utils": "workspace:*", "mysql": "^2.18.1" } }