{
  "name": "@zorilla/proxy-router",
  "version": "2.0.1",
  "description": "A plugin for playwright & puppeteer to route proxies dynamically.",
  "repository": {
    "type": "git",
    "url": "zorillajs/zorilla"
  },
  "homepage": "https://github.com/zorillajs/zorilla/tree/main/packages/plugin-proxy-router",
  "authors": [
    "berstend",
    "Justin Beckwith <justin.beckwith@gmail.com>"
  ],
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22"
  },
  "keywords": [
    "puppeteer",
    "playwright",
    "puppeteer-extra",
    "playwright-extra",
    "proxy",
    "proxy-router",
    "headless",
    "luminati"
  ],
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/node": "^24.10.9",
    "@vitest/coverage-v8": "^4.1.2",
    "playwright-core": "^1.58.0",
    "puppeteer": "^25.0.0",
    "typescript": "^7.0.0",
    "vitest": "^4.1.2"
  },
  "dependencies": {
    "debug": "^4.4.3",
    "proxy-chain": "^3.0.0",
    "@zorilla/puppeteer-extra-plugin": "2.0.1"
  },
  "peerDependencies": {
    "@zorilla/playwright-extra": "^2.0.0",
    "@zorilla/puppeteer-extra": "^2.0.2"
  },
  "peerDependenciesMeta": {
    "@zorilla/puppeteer-extra": {
      "optional": true
    },
    "@zorilla/playwright-extra": {
      "optional": true
    }
  },
  "scripts": {
    "clean": "rm -rf dist",
    "tscheck": "tsc --pretty --noEmit",
    "build": "tsc",
    "test": "vitest",
    "test:coverage": "vitest run --coverage"
  }
}