youtube-dl-wrap
Version:
A simple node.js wrapper for youtube-dl.
26 lines (25 loc) • 573 B
JSON
{
"name": "youtube-dl-wrap",
"version": "2.1.1",
"description": "A simple node.js wrapper for youtube-dl.",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 300000",
"testDebug": "mocha --inspect-brk --timeout 300000"
},
"author": "ghjbnm",
"repository": {
"type": "git",
"url": "https://github.com/ghjbnm/youtube-dl-wrap.git"
},
"keywords": [
"youtube-dl",
"youtube-dl-wrapper",
"youtube-downloader",
"nodejs"
],
"license": "MIT",
"devDependencies": {
"mocha": "^9.1.2"
}
}