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

26 lines
666 B
JSON

{
"name": "@hydrooj/fps-importer",
"version": "1.1.3",
"description": "Import FPS problems",
"main": "package.json",
"repository": "https://github.com/hydro-dev/Hydro.git",
"author": "undefined <masnn0@outlook.com>",
"license": "AGPL-3.0-only",
"dependencies": {
"adm-zip": "^0.5.1",
"decode-html": "^2.0.0",
"fs-extra": "^9.0.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/xml2js": "^0.4.7",
"bson": "^4.2.2"
},
"peerDependencies": {
"hydrooj": "^2.14.0"
},
"scripts": {
"build": "tsc",
"lint": "eslint . --ext ts --fix"
}
}