{
  "name": "@wdio/lighthouse-service",
  "version": "9.31.3",
  "description": "A WebdriverIO service that allows you to run Chrome DevTools commands in your tests",
  "author": "Christian Bromann <mail@bromann.dev>",
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-lighthouse-service",
  "license": "MIT",
  "engines": {
    "node": ">=18.20.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webdriverio/webdriverio.git",
    "directory": "packages/wdio-lighthouse-service"
  },
  "keywords": [
    "webdriver",
    "wdio",
    "wdio-service",
    "lighthouse",
    "chrome",
    "selenium",
    "performance",
    "audit",
    "testing",
    "pwa",
    "progressive web app",
    "test"
  ],
  "bugs": {
    "url": "https://github.com/webdriverio/webdriverio/issues"
  },
  "type": "module",
  "types": "./build/index.d.ts",
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "import": "./build/index.js"
    }
  },
  "typeScriptVersion": "3.8.3",
  "dependencies": {
    "@babel/core": "^7.18.0",
    "@tracerbench/trace-event": "^8.0.0",
    "@types/node": "^20.1.0",
    "@wdio/logger": "9.29.1",
    "@wdio/types": "9.31.2",
    "babel-plugin-istanbul": "^7.0.0",
    "devtools-protocol": "^0.0.1646372",
    "istanbul-lib-coverage": "^3.2.0",
    "istanbul-lib-report": "^3.0.0",
    "istanbul-reports": "^3.1.4",
    "lighthouse": "8.6.0",
    "puppeteer-core": "^24.12.1",
    "webdriverio": "9.31.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/babel__core": "^7.1.19",
    "@types/istanbul-lib-coverage": "^2.0.6",
    "@types/istanbul-lib-report": "^3.0.0",
    "@types/istanbul-reports": "^3.0.4",
    "@wdio/globals": "9.31.3"
  },
  "gitHead": "2b9721d052ac24207e8628c65a63c3a0de122a2a"
}
