anydownload
Version:
A powerful website downloader with GUI support
59 lines (58 loc) • 2.28 kB
JSON
{
"name": "anydownload",
"version": "1.2.0",
"description": "A powerful website downloader with GUI support",
"repository": "https://github.com/HenryLok0/AnyDownload.git",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"main": "web-gui.js",
"bin": {
"anydownload": "./bin/cli.js"
},
"scripts": {
"start": "node web-gui.js",
"test": "jest"
},
"keywords": [
"website",
"downloader",
"crawler",
"scraper",
"gui"
],
"author": "HenryLok0",
"license": "MIT",
"dependencies": {
"axios": "^1.6.7",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.3",
"brotli": "^1.3.2",
"cheerio": "^1.0.0-rc.12",
"cli-progress": "^3.12.0",
"commander": "^12.0.0",
"cosmiconfig": "^8.3.0",
"ejs": "^3.1.9",
"express": "^5.0.0-beta.2",
"express-rate-limit": "^7.1.5",
"fs-extra": "^11.2.0",
"http-proxy-middleware": "^2.0.6",
"inquirer": "^9.2.14",
"mime-types": "^2.1.35",
"ora": "^8.0.1",
"playwright": "^1.42.1",
"puppeteer": "^22.0.0",
"sitemap": "^7.1.1",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"undici": "^6.6.2",
"update-notifier": "^7.0.0",
"yargs": "^17.7.2"
},
"engines": {
"node": "\u003e=14.0.0"
},
"devDependencies": {
"jest": "^29.7.0"
}
}