{
  "name": "@julizey/yt-downloader",
  "description": "an easy CLI for downloading Youtube Videos",
  "version": "1.0.0",
  "main": "src/index.js",
  "type": "commonjs",
  "license": "MIT",
  "author": "Julizey",
  "homepage": "https://github.com/BruderJulian/yt-downloader-js",
  "scripts": {
    "download": "node src/index.js download",
    "init": "node src/index.js init",
    "postinstall": "node src/index.js init -r"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BruderJulian/yt-downloader-js.git"
  },
  "bugs": {
    "url": "https://github.com/BruderJulian/yt-downloader-js/issues"
  },
  "keywords": [
    "yt",
    "YT",
    "youtube",
    "yt-dl",
    "yt-dlp",
    "ytdl",
    "ytdl-core",
    "youtube-dl",
    "youtube-dlp",
    "yt-download",
    "youtube-download",
    "yt-downloader",
    "youtube-downloader",
    "downloader",
    "download",
    "video",
    "mp4",
    "cli"
  ],
  "files": [
    "src/"
  ],
  "bin": {
    "yt-downloader": "src/index.js"
  },
  "engines": {"node": ">=12.0.0"}
}
