{
  "name": "@wdio/repl",
  "version": "7.26.0",
  "description": "A WDIO helper utility to provide a repl interface for WebdriverIO",
  "author": "Christian Bromann <mail@bromann.dev>",
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-repl",
  "license": "MIT",
  "main": "./build/index",
  "engines": {
    "node": ">=12.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/webdriverio/webdriverio.git"
  },
  "keywords": [
    "webdriverio",
    "webdriver",
    "wdio",
    "repl"
  ],
  "bugs": {
    "url": "https://github.com/webdriverio/webdriverio/issues"
  },
  "types": "./build/index.d.ts",
  "typeScriptVersion": "3.8.3",
  "dependencies": {
    "@wdio/utils": "7.26.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "573927a79dc0a2b9d9a9e19e7d1b8c1ff9fac308"
}
