{
  "name": "@wopee-io/wopee.pw",
  "version": "4.26.0",
  "description": "Playwright visual testing plugin by Wopee.io — catch visual regressions with AI-powered autonomous test maintenance",
  "keywords": [
    "playwright",
    "visual testing",
    "visual regression",
    "screenshot testing",
    "ui testing",
    "test automation",
    "wopee",
    "wopee.io",
    "playwright plugin",
    "visual comparison",
    "autonomous testing",
    "ai testing"
  ],
  "scripts": {
    "build:win": "rm -rf ./build/ && npx tsc -p tsconfig.build.json && node utils/addVersionToBuild.mjs"
  },
  "exports": {
    ".": "./build/index.js",
    "./wopee-reporter": "./build/tools/wopee-reporter/index.js"
  },
  "author": "Ondrej Winter <ondrej.winter@gmail.com>",
  "license": "PROPRIETARY",
  "homepage": "https://docs.wopee.io/playwright-visual-testing/",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org",
    "tag": "latest"
  },
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "type": "commonjs",
  "engines": {
    "node": ">=20"
  },
  "peerDependencies": {
    "@playwright/test": ">=1.43 <2"
  },
  "peerDependenciesMeta": {
    "@playwright/test": {
      "optional": true
    }
  },
  "dependencies": {
    "@autonomous-testing/sdk": "3.10.0",
    "axios": "^1.20.0",
    "dotenv": "^16.6.1",
    "http-proxy-agent": "^7.0.2",
    "https-proxy-agent": "^7.0.6",
    "lodash": "^4.18.1",
    "proxy-from-env": "^2.1.0",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.2.1",
    "@commitlint/config-angular": "^19.1.0",
    "@playwright/test": "^1.62.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/exec": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@trivago/prettier-plugin-sort-imports": "^4.3.0",
    "@types/debug": "^4.1.12",
    "@types/fs-extra": "^11.0.4",
    "@types/lodash": "^4.17.0",
    "@types/node": "^20.12.7",
    "@types/proxy-from-env": "^1.0.4",
    "@typescript-eslint/eslint-plugin": "^7.6.0",
    "copyfiles": "^2.4.1",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "jest": "^29.7.0",
    "prettier": "^3.2.5",
    "rimraf": "^5.0.5",
    "semantic-release": "^23.0.8",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5"
  },
  "bundleDependencies": [
    "@autonomous-testing/sdk"
  ]
}