UNPKG

@sl-code-lords/youtube-dl

Version:
30 lines (29 loc) 654 B
{ "name": "@sl-code-lords/youtube-dl", "version": "1.0.4", "description": "Youtube MP3 AND MP4 Downloader", "main": "index.js", "scripts": { "start": "node index" }, "repository": { "type": "git", "url": "git+https://github.com/SL-CODE-LORDS/youtube-dl.git" }, "keywords": [ "youtube-dl", "youtube", "yt", "sl-code-lords" ], "author": "Thisal Sanujaya", "license": "ISC", "bugs": { "url": "https://github.com/SL-CODE-LORDS/youtube-dl/issues" }, "homepage": "https://github.com/SL-CODE-LORDS/youtube-dl#readme", "dependencies": { "node-fetch": "^3.3.1", "yt-search": "^2.10.4" } }