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

23 lines
546 B
JSON

{
"name": "@hydrooj/migrate-hustoj",
4 years ago
"version": "0.0.2",
"main": "package.json",
"repository": "git@github.com:hydro-dev/Hydro.git",
"author": "undefined <i@undefined.moe>",
"license": "SEE LICENSE IN LICENSE",
3 years ago
"preferUnplugged": true,
"scripts": {
"lint": "eslint lib.ts script.ts --fix",
"build": "tsc"
},
"devDependencies": {
"@types/mysql": "^2.15.18"
},
"peerDependencies": {
4 years ago
"hydrooj": "^2.14.0"
},
"dependencies": {
"mysql": "^2.18.1"
}
}