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

18 lines
461 B
JSON

{
"name": "@hydrooj/fps-importer",
"version": "1.5.7",
"description": "Import FPS problems",
"main": "index.ts",
"repository": "https://github.com/hydro-dev/Hydro.git",
"author": "undefined <i@undefined.moe>",
"license": "SEE LICENSE IN LICENSE",
"preferUnplugged": true,
"dependencies": {
"decode-html": "^2.0.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/xml2js": "^0.4.14"
}
}