UNPKG

@wdio/sync

Version:

A WebdriverIO plugin. Helper module to run WebdriverIO commands synchronously

41 lines (40 loc) 1.03 kB
{ "name": "@wdio/sync", "version": "7.27.0", "description": "A WebdriverIO plugin. Helper module to run WebdriverIO commands synchronously", "author": "Christian Bromann <mail@bromann.dev>", "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-sync", "license": "MIT", "main": "./build/index", "engines": { "node": ">=12.0.0 <16" }, "typeScriptVersion": "3.8.3", "repository": { "type": "git", "url": "git://github.com/webdriverio/webdriverio.git" }, "keywords": [ "webdriverio", "wdio", "fibers", "sync", "wdio-plugin" ], "bugs": { "url": "https://github.com/webdriverio/webdriverio/issues" }, "dependencies": { "@types/fibers": "^3.1.0", "@types/puppeteer": "^5.4.0", "@wdio/logger": "7.26.0", "@wdio/types": "7.26.0", "fibers": "5.0.3", "webdriverio": "7.27.0" }, "publishConfig": { "access": "public" }, "types": "./build/index.d.ts", "gitHead": "8b7701a7e782c6475b1218bcb60423a4c175309a" }