{
  "name": "twitch-dlp",
  "version": "0.6.3",
  "author": "DmitryScaletta",
  "description": "Download any Twitch VODs from the start during a live broadcast",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DmitryScaletta/twitch-dlp.git"
  },
  "type": "module",
  "files": [
    "DOWNLOAD_PRIVATE_VIDEOS.md"
  ],
  "engines": {
    "node": ">=22"
  },
  "devDependencies": {
    "@trivago/prettier-plugin-sort-imports": "^6.0.2",
    "@types/node": "^25.9.1",
    "prettier": "^3.8.3",
    "twitch-gql-queries": "^0.1.25",
    "twitch-regex": "^0.1.3",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "start": "node ./src/main.ts",
    "build": "pnpx rolldown src/main.ts --file twitch-dlp.js --platform node",
    "test": "node --experimental-transform-types --test **/*.test.ts",
    "test:watch": "node --experimental-transform-types --test --watch **/*.test.ts",
    "test:types": "tsc --noEmit"
  },
  "bin": {
    "twitch-dlp": "twitch-dlp.js"
  }
}