{
  "name": "chromium-proxy-tunnel-errors-lab",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "description": "Reproduce ERR_TUNNEL_CONNECTION_FAILED, ERR_PROXY_CONNECTION_FAILED and related Chromium proxy errors against small loopback proxies with Playwright, Puppeteer and curl.",
  "scripts": {
    "lab": "node tunnel-errors-lab.mjs"
  },
  "devDependencies": {
    "playwright": "1.63.0",
    "puppeteer-core": "25.11.0"
  }
}
