{
  "name": "@currents/playwright",
  "version": "1.14.1",
  "main": "./dist/index.js",
  "author": {
    "name": "Currents Software Inc",
    "email": "hello@currents.dev",
    "url": "https://currents.dev"
  },
  "license": "MIT",
  "homepage": "https://currents.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/currents-dev/currents-playwright-changelog.git"
  },
  "scripts": {
    "test": "vitest",
    "rm": "rimraf dist",
    "lint": "TIMING=1 eslint \"**/*.ts*\"",
    "build": "tsup-node --minify --dts",
    "dev": "tsup-node --watch --dts",
    "release": "release-it --verbose",
    "publish:npm": "npm run rm  && npm run build && ./publish.js",
    "release-ci": "npm run rm && npm run build && ./publish.js -t latest"
  },
  "bin": {
    "pwc": "./dist/bin/pwc.js",
    "pwc-p": "./dist/bin/pwc-p.js"
  },
  "devDependencies": {},
  "dependencies": {
    "@babel/code-frame": "^7.27.1",
    "@commander-js/extra-typings": "^12.1.0",
    "@currents/commit-info": "1.0.1-beta.0",
    "async-retry": "^1.3.3",
    "axios": "^1.9.0",
    "axios-retry": "^4.5.0",
    "c12": "^1.11.2",
    "chalk": "^4.1.2",
    "commander": "^12.1.0",
    "date-fns": "^4.1.0",
    "debug": "^4.3.7",
    "dotenv": "^16.5.0",
    "execa": "^9.5.3",
    "getos": "^3.2.1",
    "https-proxy-agent": "^7.0.5",
    "istanbul-lib-coverage": "^3.2.2",
    "json-stringify-safe": "^5.0.1",
    "lil-http-terminator": "^1.2.3",
    "lodash": "^4.17.21",
    "nanoid": "^3.3.8",
    "object-sizeof": "^2.6.5",
    "p-debounce": "^2.1.0",
    "p-map": "^4.0.0",
    "p-queue": "6.6.2",
    "pino": "^9.6.0",
    "pluralize": "^8.0.0",
    "pretty-ms": "^7.0.1",
    "proxy-from-env": "^1.1.0",
    "regexp.escape": "^2.0.1",
    "source-map-support": "^0.5.21",
    "stack-utils": "^2.0.6",
    "tmp": "^0.2.3",
    "tmp-promise": "^3.0.3",
    "ts-pattern": "^5.7.1",
    "ws": "^8.18.2"
  },
  "files": [
    "dist",
    "!**/*.map",
    "!**/*/*.map",
    "**/*.LEGAL.txt",
    "LICENSE.md",
    "README.md",
    "CHANGELOG.md"
  ],
  "keywords": [
    "playwright",
    "playwright dashboard",
    "cloud dashboard",
    "reporter",
    "currents",
    "tests reporter",
    "sorry cypress",
    "ci"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    },
    "./discovery": {
      "import": "./dist/reporters/discovery.js",
      "require": "./dist/reporters/discovery.js"
    },
    "./orchestration": {
      "import": "./dist/orchestration/index.js",
      "require": "./dist/orchestration/index.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}