{
  "name": "@wdio/protocols",
  "version": "8.8.1",
  "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": {
    ".": "./build/index.js",
    "./package.json": "./package.json"
  },
  "typeScriptVersion": "3.8.3",
  "repository": {
    "type": "git",
    "url": "git://github.com/webdriverio/webdriverio.git",
    "directory": "packages/wdio-protocols"
  },
  "keywords": [
    "webdriver",
    "wdio"
  ],
  "bugs": {
    "url": "https://github.com/webdriverio/webdriverio/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "9119f9fe5ae85b0c399a58e4e09ca3a824daa305"
}
