{
  "name": "playwright-oracle-reporter",
  "version": "1.1.13",
  "description": "Enterprise-ready Playwright reporter with root-cause analysis, flakiness detection, telemetry, and optional OpenAI or Claude enrichment",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "bin": {
    "playwright-oracle-reporter": "dist/cli.js",
    "pw-oracle": "dist/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "!*.bak",
    "!src/**/*.bak"
  ],
  "scripts": {
    "build": "tsc && chmod +x dist/cli.js || true",
    "watch": "tsc --watch",
    "clean": "rm -rf dist coverage .nyc_output",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "test:watch": "npm test -- --watch",
    "test:coverage": "npm test -- --coverage",
    "benchmark": "npm run build && tsc benchmarks/performance.ts --outDir benchmarks --module commonjs --esModuleInterop --resolveJsonModule && node --expose-gc benchmarks/performance.js",
    "lint": "eslint 'src/**/*.ts'",
    "lint:fix": "eslint --fix 'src/**/*.ts'",
    "format": "prettier --write 'src/**/*.ts' 'tests/**/*.ts'",
    "format:check": "prettier --check 'src/**/*.ts' 'tests/**/*.ts'",
    "verify": "npm run lint && npm run format:check && npm run build && npm test",
    "prepublishOnly": "npm run clean && npm run verify",
    "prepack": "npm run build"
  },
  "dependencies": {
    "dotenv": "^17.2.3"
  },
  "peerDependencies": {
    "@playwright/test": ">=1.40.0 <2"
  },
  "devDependencies": {
    "@playwright/test": "^1.40.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^25.2.0",
    "@typescript-eslint/eslint-plugin": "^8.55.0",
    "@typescript-eslint/parser": "^8.55.0",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "jest": "^29.7.0",
    "prettier": "^3.8.1",
    "ts-jest": "^29.4.6",
    "typescript": "^5.3.0",
    "typescript-eslint": "^8.55.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "playwright",
    "reporter",
    "playwright-reporter",
    "test-failures",
    "root-cause-analysis",
    "test-analysis",
    "flakiness-detection",
    "ai-testing",
    "test-reporter",
    "local-first",
    "cross-platform"
  ],
  "author": {
    "name": "Mihajlo Stojanovski",
    "email": "mihajlo.stojanovski@yahoo.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mist1985/playwright-oracle-reporter.git"
  },
  "bugs": {
    "url": "https://github.com/mist1985/playwright-oracle-reporter/issues"
  },
  "homepage": "https://github.com/mist1985/playwright-oracle-reporter#readme"
}
