aparat_dl
Version:
Downloader tool for aparat
36 lines (35 loc) • 756 B
JSON
{
"name": "aparat_dl",
"version": "2.0.2",
"description": "Downloader tool for aparat",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"aparat_dl": "./index.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/ssshojaei/aparat_dl.git"
},
"keywords": [
"aparat",
"download",
"video-downloader"
],
"author": "SSShojaei",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ssshojaei/aparat_dl/issues"
},
"homepage": "https://github.com/ssshojaei/aparat_dl#readme",
"dependencies": {
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"cli-progress": "^3.8.2",
"prompts": "^2.3.2",
"wget-improved": "^3.2.0"
}
}