{
  "name": "playwright-qase-reporter",
  "version": "2.7.0",
  "description": "Qase TMS Playwright Reporter",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./playwright": "./dist/playwright.js",
    "./reporter": "./dist/reporter.js",
    "./fixture": "./dist/fixture.js",
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      ".": [
        "./dist/index.d.ts"
      ],
      "playwright": [
        "./dist/playwright.d.ts"
      ],
      "reporter": [
        "./dist/reporter.d.ts"
      ],
      "fixture": [
        "./dist/fixture.d.ts"
      ]
    }
  },
  "homepage": "https://github.com/qase-tms/qase-javascript",
  "bugs": {
    "url": "https://github.com/qase-tms/qase-javascript/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qase-tms/qase-javascript.git",
    "directory": "qase-playwright"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "npm run clean && tsc --project tsconfig.build.json",
    "lint": "eslint .",
    "test": "jest --passWithNoTests",
    "clean": "rm -rf dist"
  },
  "author": "Qase Team <support@qase.io>",
  "license": "Apache-2.0",
  "dependencies": {
    "qase-javascript-commons": "~2.9.0",
    "uuid": "11.1.1"
  },
  "peerDependencies": {
    "@playwright/test": ">=1.16.3"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@types/jest": "^29.5.14",
    "ajv": "^8.18.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.4.5"
  }
}
