{
  "name": "@wdio/config",
  "version": "8.10.0",
  "description": "A helper utility to parse and validate WebdriverIO options",
  "author": "Christian Bromann <mail@bromann.dev>",
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-config",
  "license": "MIT",
  "type": "module",
  "types": "./build/index.d.ts",
  "exports": {
    ".": "./build/index.js",
    "./package.json": "./package.json"
  },
  "typeScriptVersion": "3.8.3",
  "engines": {
    "node": "^16.13 || >=18"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/webdriverio/webdriverio.git",
    "directory": "packages/wdio-config"
  },
  "keywords": [
    "webdriver",
    "wdio",
    "wdio-utility"
  ],
  "bugs": {
    "url": "https://github.com/webdriverio/webdriverio/issues"
  },
  "dependencies": {
    "@wdio/logger": "8.6.6",
    "@wdio/types": "8.10.0",
    "@wdio/utils": "8.10.0",
    "decamelize": "^6.0.0",
    "deepmerge-ts": "^5.0.0",
    "glob": "^10.2.2",
    "import-meta-resolve": "^3.0.0",
    "read-pkg-up": "^9.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "minimatch": "^9.0.0",
    "tsconfig-paths": "^4.1.0"
  },
  "gitHead": "f0c607340b4f31a4ae48509115335283f488e38f"
}
