@wdio/lighthouse-service
Version:
A WebdriverIO service that allows you to run Chrome DevTools commands in your tests
69 lines (68 loc) • 1.83 kB
JSON
{
"name": "@wdio/lighthouse-service",
"version": "9.21.0",
"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.18.0",
"@wdio/types": "9.20.0",
"babel-plugin-istanbul": "^7.0.0",
"devtools-protocol": "^0.0.1548823",
"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.21.0"
},
"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.17.0"
},
"gitHead": "cfbd795427524c3add91b2c980e6866477875332"
}