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-qq/package.json

16 lines
373 B
JSON

4 years ago
{
"name": "@hydrooj/login-with-qq",
"version": "0.1.0",
4 years ago
"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,
4 years ago
"dependencies": {
3 years ago
"ws": "^8.3.0"
4 years ago
},
"devDependencies": {
"@types/ws": "^8.2.0"
4 years ago
}
}