{
  "name": "@wdio/cli",
  "version": "7.2.2",
  "description": "WebdriverIO testrunner command line interface",
  "author": "Christian Bromann <christian@saucelabs.com>",
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
  "license": "MIT",
  "main": "./build/index",
  "bin": {
    "wdio": "./bin/wdio.js"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "scripts": {
    "copy": "copyfiles -u 1 -V \"src/templates/**/*\" ./build/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/webdriverio/webdriverio.git"
  },
  "keywords": [
    "webdriver",
    "webdriverio",
    "wdio",
    "cli"
  ],
  "bugs": {
    "url": "https://github.com/webdriverio/webdriverio/issues"
  },
  "dependencies": {
    "@types/ejs": "^3.0.5",
    "@types/fs-extra": "^9.0.4",
    "@types/inquirer": "^7.3.1",
    "@types/lodash.flattendeep": "^4.4.6",
    "@types/lodash.pickby": "^4.6.6",
    "@types/lodash.union": "^4.6.6",
    "@types/recursive-readdir": "^2.2.0",
    "@wdio/config": "7.2.1",
    "@wdio/logger": "7.0.0",
    "@wdio/types": "7.2.1",
    "@wdio/utils": "7.2.1",
    "async-exit-hook": "^2.0.1",
    "chalk": "^4.0.0",
    "chokidar": "^3.0.0",
    "cli-spinners": "^2.1.0",
    "ejs": "^3.0.1",
    "fs-extra": "^9.0.0",
    "inquirer": "^8.0.0",
    "lodash.flattendeep": "^4.4.0",
    "lodash.pickby": "^4.6.0",
    "lodash.union": "^4.6.0",
    "mkdirp": "^1.0.4",
    "recursive-readdir": "^2.2.2",
    "webdriverio": "7.2.2",
    "yargs": "^16.0.3",
    "yarn-install": "^1.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "types": "./build/index.d.ts",
  "gitHead": "263669d679214424c0991040eeed8cdc714f1386"
}
