{
  "name": "@wdio/protocols",
  "version": "9.24.0",
  "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": "504e648c88b9660ec70fa8247c25e46369768fd9"
}
