zippydamn
Version:
ZippyDamn! is a ZippyShare Unofficial CLI (downloader & search) for nodejs
34 lines (33 loc) • 681 B
JSON
{
"name": "zippydamn",
"version": "0.0.9",
"description": "ZippyDamn! is a ZippyShare Unofficial CLI (downloader & search) for nodejs",
"main": "index.js",
"scripts": {
"test": "node test"
},
"keywords": [
"zippyshare",
"downloader",
"cli",
"nodejs"
],
"author": "diosamuel",
"license": "ISC",
"bin": {
"zippydamn": "./index.js"
},
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"cli-progress": "^3.8.2",
"colors": "^1.4.0",
"commander": "^7.0.0",
"dotenv": "^8.2.0",
"got": "^11.8.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/diosamuel/zippydamn"
}
}