{
  "name": "youtube-transcript-api",
  "version": "3.0.6",
  "author": "0x6a69616e",
  "description": "A YouTube video transcript extractor based on reverse-engineered youtube-transcript.io",
  "main": "./src/index.js",
  "type": "module",
  "exports": {
    "import": "./src/index.js",
    "require": "./src/index.cjs"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "captions",
    "node",
    "nodejs",
    "subtitles",
    "youtube",
    "youtube-transcript",
    "transcript"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/0x6a69616e/youtube-transcript-api.git"
  },
  "dependencies": {
    "axios": "^1.10.0",
    "cheerio": "^1.1.0"
  }
}
