{ "name": "@hydrooj/fps-importer", "version": "1.0.2", "description": "Import FPS problems", "main": "package.json", "repository": "https://github.com/hydro-dev/Hydro.git", "author": "undefined ", "license": "AGPL-3.0-only", "dependencies": { "@hydrooj/html2md": "^1.0.0", "adm-zip": "^0.4.16", "fs-extra": "^9.0.1", "hydrooj": "^2.12.22", "xml2js": "^0.4.23" }, "devDependencies": { "@types/xml2js": "^0.4.5" }, "scripts": { "build": "tsc", "lint": "eslint . --ext ts --fix" } }