{
  "name": "@mashakujou/ytdownload",
  "version": "1.0.4",
  "description": "Descarga videos o audio de YouTube fácilmente desde Node.js.",
  "main": "index.js",
  "type": "module",
  "keywords": [
    "youtube",
    "video",
    "download",
    "ytdl",
    "ytdownload",
    "info",
    "audio",
    "mp3",
    "mp4"
  ],
  "author": "mashakujou",
  "license": "MIT",
  "scripts": {
    "postinstall": "node postinstall-msg.js",
    "test": "node test.js"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@distube/ytdl-core": "^4.16.12",
    "@mashakujou/ytdownload": "^1.0.3",
    "chalk": "^5.3.0",
    "fs-extra": "^11.2.0"
  }
}
