UNPKG

cloudapp-dl

Version:

CloudApp/Zight API client and CLI. Use as a CLI tool to download videos or as a programmatic library to interact with the Zight API.

55 lines (54 loc) 1.31 kB
{ "name": "cloudapp-dl", "version": "2.4.1", "description": "CloudApp/Zight API client and CLI. Use as a CLI tool to download videos or as a programmatic library to interact with the Zight API.", "repository": { "type": "git", "url": "https://github.com/EcomGraduates/cloudapp-downloader.git" }, "main": "lib/index.cjs", "module": "lib/index.js", "type": "module", "exports": { ".": { "import": "./lib/index.js", "require": "./lib/index.cjs" }, "./api": "./lib/api.js", "./client": "./lib/client.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "cloudapp-dl": "./cloudapp-dl.js", "zight-dl": "./cloudapp-dl.js", "zight": "./cloudapp-dl.js", "cloudapp": "./cloudapp-dl.js" }, "author": "ECOMGRADUATES LLC", "license": "MIT", "keywords": [ "cloudapp", "cloudapp downloader", "cloudapp video download", "bulk downloader", "cloudapp bulk download", "zight downloader", "zight video download", "zight bulk download", "zight", "zight api", "zight client", "zight sdk" ], "dependencies": { "axios": "^1.4.0", "cheerio": "^1.0.0-rc.12", "form-data": "^4.0.0", "yargs": "^17.7.2" }, "engines": { "node": ">=16.0.0" } }