{
  "name": "youtube-dl-og",
  "version": "1.0.0",
  "description": "A powerful YouTube video downloader package with support for multiple quality levels",
  "main": "index.js",
  "scripts": {
    "test": "node examples/download-example.js",
    "start": "node index.js"
  },
  "keywords": [
    "youtube",
    "downloader",
    "video",
    "download",
    "stream",
    "quality",
    "mp3",
    "mp4",
    "audio",
    "hd",
    "720p",
    "1080p"
  ],
  "author": "",
  "license": "MIT",
  "type": "commonjs",
  "dependencies": {
    "ffmpeg-static": "^5.2.0",
    "progress": "^2.0.3",
    "youtube-dl-exec": "^3.0.20",
    "ytdl-core": "^4.11.5",
    "ytdl-core-discord": "^1.3.1"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/youtube-dl-og.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/youtube-dl-og/issues"
  },
  "homepage": "https://github.com/yourusername/youtube-dl-og#readme",
  "files": [
    "index.js",
    "README.md",
    "LICENSE"
  ]
}
