{
  "name": "@wdio/utils",
  "version": "7.26.0",
  "description": "A WDIO helper utility to provide several utility functions used across the project.",
  "author": "Christian Bromann <mail@bromann.dev>",
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-utils",
  "license": "MIT",
  "main": "./build/index",
  "engines": {
    "node": ">=12.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/webdriverio/webdriverio.git"
  },
  "keywords": [
    "webdriverio",
    "webdriver",
    "wdio",
    "utils"
  ],
  "bugs": {
    "url": "https://github.com/webdriverio/webdriverio/issues"
  },
  "dependencies": {
    "@wdio/logger": "7.26.0",
    "@wdio/types": "7.26.0",
    "p-iteration": "^1.1.8"
  },
  "publishConfig": {
    "access": "public"
  },
  "types": "./build/index.d.ts",
  "gitHead": "573927a79dc0a2b9d9a9e19e7d1b8c1ff9fac308"
}
