{
  "name": "@testchimp/playwright",
  "version": "0.2.7",
  "description": "Playwright/Mobilewright reporter and runtime for TestChimp tracking and coverage reporting",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./reporter": {
      "types": "./dist/reporter.d.ts",
      "default": "./dist/reporter.js"
    },
    "./runtime": {
      "types": "./dist/runtime.d.ts",
      "import": "./dist/runtime.mjs",
      "require": "./dist/runtime.js",
      "default": "./dist/runtime.js"
    }
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "tsc && cp esm/runtime-entry.mjs dist/runtime.mjs",
    "watch": "tsc --watch",
    "clean": "rm -rf dist",
    "test": "npm run build && node --test test/*.test.js"
  },
  "peerDependencies": {
    "@playwright/test": ">=1.40.0",
    "mobilewright": ">=0.0.37",
    "@mobilewright/test": ">=0.0.37"
  },
  "peerDependenciesMeta": {
    "mobilewright": {
      "optional": true
    },
    "@mobilewright/test": {
      "optional": true
    }
  },
  "dependencies": {
    "@axe-core/playwright": "^4.11.0",
    "ai-wright": "^0.0.12",
    "axios": "^1.6.0",
    "cheerio": "^1.0.0",
    "dotenv": "^17.0.0",
    "form-data": "^4.0.0",
    "sharp": "^0.34.4"
  },
  "devDependencies": {
    "@mobilewright/test": "^0.0.37",
    "@playwright/test": "^1.40.0",
    "@types/node": "^20.10.0",
    "mobilewright": "^0.0.37",
    "typescript": "^5.3.0"
  },
  "keywords": [
    "testchimp",
    "playwright",
    "mobilewright",
    "reporter",
    "test-automation",
    "coverage"
  ],
  "author": "TestChimp",
  "license": "MIT"
}
