{
  "name": "playwright-xray",
  "version": "0.7.1",
  "description": "XRAY reporter for the Playwright",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "prepare": "npm run build",
    "version": "npm run format",
    "build": "tsc",
    "release": "release-it --github.release",
    "release:ci": "npm run release -- --ci --npm.skipChecks --no-git.requireCleanWorkingDir",
    "release:patch": "npm run release -- patch",
    "release:minor": "npm run release -- minor",
    "release:major": "npm run release -- major",
    "format": "biome format --write",
    "test": "npx playwright test simple.test.ts",
    "test:multi-project": "npx playwright test --config=playwright.multi-project.config.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inluxc/playwright-xray.git"
  },
  "keywords": [
    "playwright",
    "xray",
    "reporter",
    "typescript",
    "tools"
  ],
  "author": "Fúlvio Carvalhido <inluxc@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/inluxc/playwright-xray/issues"
  },
  "homepage": "https://github.com/inluxc/playwright-xray#readme",
  "devDependencies": {
    "@biomejs/biome": "^2.5.7",
    "@playwright/test": "^1.62.1",
    "@types/node": "^24.9.1",
    "release-it": "^21.0.2",
    "tsx": "^4.23.12",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "axios": "^1.19.0",
    "dayjs": "^1.11.21",
    "picocolors": "^1.0.0"
  }
}
