ytdownload
Version:
Download YouTube Videos Easily (Now with CLI support!)
46 lines (45 loc) • 873 B
JSON
{
"name": "ytdownload",
"version": "2.1.1",
"description": "Download YouTube Videos Easily (Now with CLI support!)",
"author": {
"email": "hi@338.rocks",
"name": "Barış DEMİRCİ",
"url": "https://338.rocks"
},
"license": "MIT",
"typings": "dist",
"main": "dist",
"bin": {
"ytdownload": "./dist/bin.js"
},
"repository": {
"type": "git",
"url": "https://github.com/barbarbar338/ytdownload"
},
"keywords": [
"ytdl-core",
"ytdl",
"youtube",
"download",
"video",
"downloader",
"mp4",
"vid"
],
"scripts": {
"build": "tsc",
"format": "prettier --write ."
},
"devDependencies": {
"@types/node": "^18.7.15",
"@types/table": "^6.3.2",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
},
"dependencies": {
"table": "^6.8.0",
"ytdl-core": "^4.11.2"
}
}