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

21 lines
488 B
JSON

4 years ago
{
"name": "@hydrooj/login-with-qq",
"version": "0.0.5",
4 years ago
"main": "package.json",
"repository": "git@github.com:hydro-dev/Hydro.git",
"author": "undefined <i@undefined.moe>",
4 years ago
"license": "MIT",
"scripts": {
"lint": "eslint lib.ts service.ts --fix",
"build": "tsc"
},
"peerDependencies": {
"hydrooj": "^2.15.0"
},
4 years ago
"dependencies": {
"ws": "^7.4.4"
4 years ago
},
"devDependencies": {
4 years ago
"@types/ws": "^7.4.0"
4 years ago
}
}