{
  "name": "@zorilla/puppeteer-extra-plugin-devtools",
  "version": "1.0.2",
  "description": "Make puppeteer browser debugging possible from anywhere (devtools with screencasting on the internet).",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "repository": "zorillajs/zorilla",
  "homepage": "https://github.com/zorillajs/zorilla/tree/main/packages/puppeteer-extra-plugin-devtools",
  "authors": [
    "berstend",
    "Justin Beckwith <justin.beckwith@gmail.com>"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "puppeteer",
    "puppeteer-extra",
    "puppeteer-extra-plugin",
    "devtools",
    "devtools-tunnel",
    "localtunnel",
    "remote-debugging",
    "chrome",
    "headless",
    "pupeteer"
  ],
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/http-auth": "^4.1.4",
    "@types/http-proxy": "^1.17.17",
    "@types/node": "^24.10.9",
    "puppeteer": "^24.40.0",
    "vitest": "^4.1.2"
  },
  "dependencies": {
    "debug": "^4.4.3",
    "get-port": "^7.1.0",
    "http-auth": "^4.2.1",
    "http-proxy": "^1.18.1",
    "http-proxy-response-rewrite": "^0.0.1",
    "localtunnel": "^2.0.2",
    "ow": "^3.1.1",
    "@zorilla/puppeteer-extra-plugin": "1.0.2"
  },
  "peerDependencies": {
    "playwright-extra": "*",
    "puppeteer-extra": "*"
  },
  "peerDependenciesMeta": {
    "puppeteer-extra": {
      "optional": true
    },
    "playwright-extra": {
      "optional": true
    }
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  }
}