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/login-with-google/package.json

19 lines
460 B
JSON

{
"name": "@hydrooj/login-with-google",
"version": "0.1.0",
"main": "package.json",
"repository": "git@github.com:hydro-dev/Hydro.git",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0-or-later",
3 years ago
"preferUnplugged": true,
"devDependencies": {
"@types/superagent": "^4.1.12"
},
"peerDependencies": {
"hydrooj": "workspace:*"
},
"dependencies": {
3 years ago
"superagent": "^6.1.0"
}
}