online-judge-supporter
Version:
A tool to support competitve programmer
44 lines (43 loc) • 1.12 kB
JSON
{
"name": "online-judge-supporter",
"version": "1.1.6",
"description": "A tool to support competitve programmer",
"main": "src/index.js",
"bin": {
"ojs": "src/index.js",
"online-judge-supporter": "src/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/bibimoni/online-judge-supporter.git"
},
"keywords": [
"online",
"judge",
"supporter"
],
"author": "bibimoni, huytran298",
"license": "MIT",
"bugs": {
"url": "https://github.com/bibimoni/online-judge-supporter/issues"
},
"homepage": "https://github.com/bibimoni/online-judge-supporter#readme",
"dependencies": {
"axios": "^1.8.3",
"chalk": "^4.1.2",
"cheerio": "^1.0.0",
"commander": "^13.1.0",
"fs-extra": "^11.3.0",
"got-scraping": "^4.1.1",
"nanospinner": "^1.2.2",
"puppeteer": "^24.4.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"puppeteer-real-browser": "^1.4.2",
"tough-cookie": "^5.1.2"
}
}