{
  "name": "@neoxr/ytdl-core",
  "description": "YouTube video downloader in pure javascript. (fork from ytdl-core)",
  "keywords": [
    "youtube",
    "video",
    "download"
  ],
  "version": "4.12.5",
  "repository": {
    "type": "git",
    "url": "git://github.com/distubejs/ytdl-core.git"
  },
  "author": "Skick (https://github.com/skick1234)",
  "contributors": [
    "fent <fentbox@gmail.com> (https://github.com/fent)",
    "Tobias Kutscha (https://github.com/TimeForANinja)",
    "Andrew Kelley (https://github.com/andrewrk)",
    "Mauricio Allende (https://github.com/mallendeo)",
    "Rodrigo Altamirano (https://github.com/raltamirano)",
    "Jim Buck (https://github.com/JimmyBoh)",
    "Pawel Rucinski (https://github.com/Roki100)",
    "Alexander Paolini (https://github.com/Million900o)"
  ],
  "main": "./lib/index.js",
  "types": "./typings/index.d.ts",
  "files": [
    "lib",
    "typings"
  ],
  "dependencies": {
    "http-cookie-agent": "^6.0.5",
    "m3u8stream": "^0.8.6",
    "miniget": "^4.2.3",
    "sax": "^1.4.1",
    "tough-cookie": "^4.1.4",
    "undici": "five"
  },
  "devDependencies": {
    "@types/node": "^22.1.0",
    "eslint": "^8.57.0",
    "typescript": "^5.5.4"
  },
  "engines": {
    "node": ">=14.0"
  },
  "license": "MIT",
  "funding": "https://github.com/distubejs/ytdl-core?sponsor",
  "scripts": {
    "lint": "eslint ./",
    "lint:fix": "eslint --fix ./",
    "lint:typings": "tslint typings/index.d.ts",
    "lint:typings:fix": "tslint --fix typings/index.d.ts"
  }
}