{
  "name": "@onepunya/yt-converter-js",
  "version": "2.1.0",
  "description": "YouTube search, download & play — powered by Onepunya API",
  "type": "module",
  "main": "./index.js",
  "exports": {
    ".": {
      "import": "./index.js",
      "types":  "./types/index.d.ts"
    }
  },
  "types": "./types/index.d.ts",
  "files": [
    "index.js",
    "src/",
    "types/"
  ],
  "keywords": ["youtube", "yt", "search", "download", "mp3", "mp4", "onepunya"],
  "author": "onepunya",
  "license": "ISC",
  "dependencies": {
    "@onepunya/xontol": "^1.0.5-beta"
  }
}
