{
  "name": "@torrent-tv/proxy",
  "version": "2.55.7",
  "description": "Torrent proxy client that exposes webseed-like HTTP stream endpoint.",
  "license": "GPL-3.0-or-later",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "engines": {
    "node": ">=24 <25"
  },
  "bin": {
    "torrent-tv-proxy": "./bin/cli.js"
  },
  "scripts": {
    "patch": "npm whoami && npm version patch && npm publish && git push --follow-tags",
    "minor": "npm whoami && npm version minor && npm publish && git push --follow-tags",
    "major": "npm whoami && npm version major && npm publish && git push --follow-tags",
    "start": "node ./bin/cli.js",
    "dev": "node --inspect=0 --experimental-network-inspection ./bin/cli.js",
    "test": "npm run lint && node --test",
    "graph": "node scripts/render-run-graph.js",
    "lint": "biome lint ."
  },
  "dependencies": {
    "@fastify/cors": "^11.2.0",
    "@fastify/helmet": "^13.0.2",
    "@fastify/static": "^10.1.2",
    "@silentbot1/nat-api": "^0.4.9",
    "chalk": "^5.4.1",
    "commander": "^12.1.0",
    "fastify": "^5.8.5",
    "ffmpeg-static": "^5.3.0",
    "franc": "^6.2.0",
    "get-port": "^7.1.0",
    "node-datachannel": "^0.32.0",
    "parse-torrent": "^11.0.23",
    "uint8-util": "2.2.6",
    "webtorrent": "2.8.5",
    "werift": "^0.24.2",
    "ws": "^8.18.2"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.7"
  },
  "overrides": {
    "utp-native": "npm:@torrent-tv/utp-native@2.5.3-ttv.4"
  }
}
