{ "name": "@hydrooj/login-with-osu", "version": "0.0.8", "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 --fix", "build": "tsc" }, "devDependencies": { "@types/superagent": "^4.1.12" }, "peerDependencies": { "hydrooj": "^2.15.0" }, "dependencies": { "superagent": "^6.1.0" } }