UNPKG

cf-wrapper

Version:

The definitive CF wrapper to be able to perform anything that can be done through the UI.

47 lines (46 loc) 1.12 kB
{ "name": "cf-wrapper", "version": "0.0.392", "description": "The definitive CF wrapper to be able to perform anything that can be done through the UI.", "main": "src/index.js", "type": "module", "files": [ "src/**/*", "README.md" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/AbdelH2O/cf-wrapper.git" }, "keywords": [ "cf", "codeforces", "api", "wrapper", "competitive-programming" ], "author": "https://github.com/AbdelH2O", "license": "MIT", "bugs": { "url": "https://github.com/AbdelH2O/cf-wrapper/issues" }, "homepage": "https://github.com/AbdelH2O/cf-wrapper#readme", "dependencies": { "axios": "^0.27.2", "axios-cookiejar-support": "^4.0.2", "qs": "^6.10.5", "tough-cookie": "^4.0.0", "xpath-html": "^1.0.3" }, "devDependencies": { "@types/qs": "^6.9.7", "@types/tough-cookie": "^4.0.2", "prettier": "^2.7.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.7.4" } }