@wdio/protocols
Version:
Utility package providing information about automation protocols
34 lines (33 loc) • 885 B
JSON
{
"name": "@wdio/protocols",
"version": "9.16.2",
"description": "Utility package providing information about automation protocols",
"author": "Christian Bromann <mail@bromann.dev>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-protocols",
"license": "MIT",
"type": "module",
"types": "./build/index.d.ts",
"exports": {
".": {
"import": "./build/index.js",
"types": "./build/index.d.ts"
}
},
"typeScriptVersion": "3.8.3",
"repository": {
"type": "git",
"url": "git+https://github.com/webdriverio/webdriverio.git",
"directory": "packages/wdio-protocols"
},
"keywords": [
"webdriver",
"wdio"
],
"bugs": {
"url": "https://github.com/webdriverio/webdriverio/issues"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ff2154c00e7ba6d6e2a58e0b8e1258a20229752d"
}