{
  "name": "@qastudio-dev/playwright",
  "version": "1.3.1",
  "description": "A Playwright test reporter that integrates with QAStudio.dev test management platform",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "vitest run --exclude='**/examples/**' --exclude='**/dist/**' --exclude='**/node_modules/**'",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "tsc --noEmit",
    "format": "prettier --write \"**/*.{ts,js,json,md,yml,yaml}\"",
    "format:check": "prettier --check \"**/*.{ts,js,json,md,yml,yaml}\""
  },
  "keywords": [
    "playwright",
    "reporter",
    "test",
    "testing",
    "qa",
    "test-management",
    "qastudio",
    "qastudio.dev",
    "test-automation",
    "test-reporting"
  ],
  "author": "",
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/QAStudio-Dev/playwright-reporter.git"
  },
  "bugs": {
    "url": "https://github.com/QAStudio-Dev/playwright/issues"
  },
  "homepage": "https://github.com/QAStudio-Dev/playwright#readme",
  "peerDependencies": {
    "@playwright/test": "^1.0.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.40.0",
    "@types/node": "^20.10.0",
    "prettier": "^3.1.0",
    "typescript": "^5.3.0",
    "vitest": "^4.0.4"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
