ytdl-easy
Version:
Ytdl-Easy is a YouTube video downloader module
35 lines (34 loc) • 788 B
JSON
{
"name": "ytdl-easy",
"version": "1.1.5",
"description": "Ytdl-Easy is a YouTube video downloader module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Ytdl",
"ytdl-easy",
"youtubedl",
"youtube-dl",
"ytdl-core",
"ytdownloader",
"Youtubedownloader"
],
"author": "NekoSenpai69",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"qs": "^6.11.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NekoSenpai69/Ytdl-Easy.git"
},
"bugs": {
"url": "https://github.com/NekoSenpai69/Ytdl-Easy/issues"
},
"homepage": "https://github.com/NekoSenpai69/Ytdl-Easy#readme"
}