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

25 lines
613 B
JSON

{
"name": "@hydrooj/login-with-github",
4 years ago
"version": "0.0.3",
"main": "package.json",
"repository": "git@github.com:hydro-dev/Hydro.git",
"author": "undefined <masnn0@outlook.com>",
"license": "MIT",
"scripts": {
"lint": "eslint lib.ts --fix",
"build": "tsc"
},
"devDependencies": {
"@types/superagent": "^4.1.8",
4 years ago
"@types/superagent-proxy": "^2.0.0",
"hydrooj": "2.12.1"
},
"peerDependencies": {
"hydrooj": "^2.12.1"
},
"dependencies": {
4 years ago
"superagent": "^5.3.1",
"superagent-proxy": "^2.0.0"
}
4 years ago
}