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",
12 months ago
"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",
3 years ago
"preferUnplugged": true,
"dependencies": {
"decode-html": "^2.0.0",
1 year ago
"xml2js": "^0.6.2"
},
"devDependencies": {
11 months ago
"@types/xml2js": "^0.4.13"
}
4 years ago
}