{
  "name": "@reportportal/agent-js-playwright",
  "version": "5.4.2",
  "description": "Agent to integrate Playwright with ReportPortal.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "codegraph": "bash scripts/codegraph.sh",
    "build": "npm run clean && tsc",
    "clean": "rimraf ./build",
    "lint": "eslint \"src/**/*.ts\"",
    "format": "npm run lint -- --fix",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "dependencies": {
    "@reportportal/client-javascript": "~5.5.12",
    "strip-ansi": "~6.0.1"
  },
  "files": [
    "/build"
  ],
  "devDependencies": {
    "@playwright/test": "^1.61.1",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.14.10",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "axios": "^1.12.2",
    "axios-retry": "^4.5.0",
    "eslint": "^8.57.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^15.0.0",
    "eslint-config-prettier": "^8.10.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.7.0",
    "prettier": "^2.8.8",
    "rimraf": "^3.0.2",
    "ts-jest": "^29.2.2",
    "typescript": "^4.9.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reportportal/agent-js-playwright.git"
  },
  "author": "ReportPortal.io",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/reportportal/agent-js-playwright/issues"
  },
  "homepage": "https://github.com/reportportal/agent-js-playwright#readme",
  "engines": {
    "node": ">=14.x"
  },
  "keywords": [
    "epam",
    "reports",
    "portal",
    "playwright",
    "reporters",
    "reportportal"
  ]
}
