UNPKG

twt-dl-cli

Version:

The easiest way to download any Twitter video from CLI

29 lines 633 B
{ "name": "twt-dl-cli", "version": "0.3.0", "description": "The easiest way to download any Twitter video from CLI", "keywords": [ "twt-dl-cli", "video", "twitter", "download" ], "repository": "https://github.com/jellydn/twt-dl-cli", "license": "MIT", "author": "Huynh Duc Dung", "type": "module", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "bin": "./dist/cli.mjs", "files": [ "dist" ], "dependencies": { "@types/download": "8.0.5", "cheerio": "1.0.0-rc.12", "cleye": "1.3.2", "cross-fetch": "4.0.0", "download": "8.0.0", "ora": "8.0.1" } }