UNPKG

@wdio/local-runner

Version:
57 lines (56 loc) 1.4 kB
{ "name": "@wdio/local-runner", "version": "9.12.7", "description": "A WebdriverIO runner to run tests locally", "author": "Christian Bromann <mail@bromann.dev>", "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-local-runner", "license": "MIT", "engines": { "node": ">=18.20.0" }, "repository": { "type": "git", "url": "git+https://github.com/webdriverio/webdriverio.git", "directory": "packages/wdio-local-runner" }, "keywords": [ "webdriver", "webdriverio", "wdio", "wdio-runner" ], "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" }, "./run": { "source": "./src/run.ts", "import": "./build/run.js" } }, "typeScriptVersion": "3.8.3", "dependencies": { "@types/node": "^20.1.0", "@wdio/logger": "9.4.4", "@wdio/repl": "9.4.4", "@wdio/runner": "9.12.7", "@wdio/types": "9.12.6", "async-exit-hook": "^2.0.1", "split2": "^4.1.0", "stream-buffers": "^3.0.2" }, "devDependencies": { "@types/async-exit-hook": "^2.0.0", "@types/stream-buffers": "^3.0.4" }, "publishConfig": { "access": "public" }, "gitHead": "e5cf99fcaae6f2c7ca3592e3d6974f2949dc7aad" }