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

24 lines
597 B
JSON

4 years ago
{
"name": "@hydrooj/migrate-vijos",
"version": "1.3.3",
"main": "package.json",
"repository": "git@github.com:hydro-dev/Hydro.git",
"author": "undefined <masnn0@outlook.com>",
"license": "MIT",
"scripts": {
"lint": "eslint lib.ts script.ts --fix",
"build": "tsc"
},
"devDependencies": {
"@types/js-yaml": "^3.12.5",
"@types/mongodb": "^3.5.25",
"hydrooj": "2.11.5"
},
"peerDependencies": {
"hydrooj": "^2.11.3"
},
"dependencies": {
"js-yaml": "^3.14.0",
"mongodb": "^3.6.0"
}
}