UNPKG

youtube-util

Version:

Youtube command line tool for searching and downloading and other utils

29 lines (28 loc) 736 B
{ "name": "youtube-util", "version": "1.0.8", "description": "Youtube command line tool for searching and downloading and other utils", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/galrettig/youtube-search-download.git" }, "keywords": [ "youtube", "youtube-search", "youtube-download" ], "author": "Gal Rettig", "license": "MIT", "bugs": { "url": "https://github.com/galrettig/youtube-search-download/issues" }, "homepage": "https://github.com/galrettig/youtube-search-download#readme", "dependencies": { "youtube-search": "^1.0.8", "ytdl-core": "^0.8.1" } }