UNPKG

@wdio/devtools-service

Version:

A WebdriverIO service that allows you to run Chrome DevTools commands in your tests

61 lines (60 loc) 1.67 kB
{ "name": "@wdio/devtools-service", "version": "8.42.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-devtools-service", "license": "MIT", "engines": { "node": "^16.13 || >=18" }, "repository": { "type": "git", "url": "git://github.com/webdriverio/webdriverio.git", "directory": "packages/wdio-devtools-service" }, "keywords": [ "webdriver", "wdio", "wdio-service", "devtools", "chrome", "selenium", "test" ], "bugs": { "url": "https://github.com/webdriverio/webdriverio/issues" }, "type": "module", "types": "./build/index.d.ts", "exports": { ".": "./build/index.js", "./package.json": "./package.json" }, "typeScriptVersion": "3.8.3", "dependencies": { "@babel/core": "^7.18.0", "@tracerbench/trace-event": "^8.0.0", "@types/node": "^22.2.0", "@wdio/logger": "8.38.0", "@wdio/types": "8.41.0", "babel-plugin-istanbul": "^7.0.0", "devtools-protocol": "^0.0.1400418", "istanbul-lib-coverage": "^3.2.0", "istanbul-lib-report": "^3.0.0", "istanbul-reports": "^3.1.4", "lighthouse": "8.6.0", "puppeteer-core": "^21.11.0", "webdriverio": "8.42.0" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/babel__core": "^7.1.19", "@types/istanbul-lib-report": "^3.0.0", "@types/istanbul-reports": "^3.0.1", "@wdio/globals": "8.42.0" }, "gitHead": "e62b14b9da7a0812e9936dcb0731a7ef7ff9b75f" }