nr8local
Version:
Personal yt-dlp helper CLI for downloading audio/video and opening music convert links
30 lines (29 loc) • 610 B
JSON
{
"name": "nr8local",
"version": "69.420.69",
"description": "Personal yt-dlp helper CLI for downloading audio/video and opening music convert links",
"main": "index.js",
"bin": {
"nr8local": "index.js"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"yt-dlp",
"youtube",
"audio",
"video",
"download",
"cli",
"music",
"playlist"
],
"author": "Toby Lopez",
"license": "MIT",
"engines": {
"node": ">=14"
},
"dependencies": {},
"preferGlobal": true
}