{
  "name": "@zorilla/playwright-extra",
  "version": "2.0.0",
  "description": "Teach playwright new tricks through plugins.",
  "repository": {
    "type": "git",
    "url": "zorillajs/zorilla"
  },
  "homepage": "https://github.com/zorillajs/zorilla/tree/main/packages/playwright-extra#readme",
  "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"
  ],
  "keywords": [
    "playwright",
    "playwright-extra",
    "stealth",
    "recaptcha",
    "user-preferences",
    "chrome",
    "headless",
    "pupeteer"
  ],
  "engines": {
    "node": ">=22"
  },
  "devDependencies": {
    "@playwright/test": "^1.59.1",
    "@types/debug": "^4.1.12",
    "@types/node": "^24.10.9",
    "c8": "^12.0.0",
    "playwright": "^1.59.1",
    "playwright-core": "^1.59.1",
    "typescript": "^7.0.0",
    "@zorilla/puppeteer-extra-plugin": "2.0.0",
    "@zorilla/puppeteer-extra-plugin-anonymize-ua": "2.0.0",
    "@zorilla/puppeteer-extra-plugin-recaptcha": "2.0.0",
    "@zorilla/puppeteer-extra-plugin-stealth": "2.0.0",
    "@zorilla/puppeteer-extra-plugin-user-data-dir": "2.0.0",
    "@zorilla/puppeteer-extra-plugin-user-preferences": "2.0.0"
  },
  "dependencies": {
    "debug": "^4.4.3"
  },
  "peerDependencies": {
    "playwright": "*",
    "playwright-core": "*"
  },
  "peerDependenciesMeta": {
    "playwright": {
      "optional": true
    },
    "playwright-core": {
      "optional": true
    }
  },
  "scripts": {
    "clean": "rm -rf dist coverage",
    "build": "tsc",
    "pretest": "rm -rf ../puppeteer-extra-plugin/dist ../puppeteer-extra-plugin/tsconfig.tsbuildinfo ../puppeteer-extra-plugin-anonymize-ua/dist ../puppeteer-extra-plugin-anonymize-ua/tsconfig.tsbuildinfo ../puppeteer-extra-plugin-recaptcha/dist ../puppeteer-extra-plugin-recaptcha/tsconfig.tsbuildinfo ../puppeteer-extra-plugin-user-preferences/dist ../puppeteer-extra-plugin-user-preferences/tsconfig.tsbuildinfo ../puppeteer-extra-plugin-stealth/dist ../puppeteer-extra-plugin-stealth/tsconfig.tsbuildinfo && pnpm --dir ../.. -r --workspace-concurrency=1 --filter @zorilla/puppeteer-extra-plugin --filter @zorilla/puppeteer-extra-plugin-anonymize-ua --filter @zorilla/puppeteer-extra-plugin-recaptcha --filter @zorilla/puppeteer-extra-plugin-user-preferences --filter @zorilla/puppeteer-extra-plugin-stealth run build && pnpm exec playwright install chromium firefox webkit",
    "pretest:coverage": "pnpm run pretest",
    "test": "playwright test --config test/playwright.config.ts",
    "test:coverage": "NODE_V8_COVERAGE=coverage playwright test --config test/playwright.config.ts && c8 report"
  }
}