{
  "name": "@wdio/config",
  "version": "8.24.12",
  "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": {
    ".": {
      "import": "./build/index.js",
      "types": "./build/index.d.ts"
    },
    "./node": {
      "import": "./build/node/index.js",
      "types": "./build/node/index.d.ts"
    },
    "./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.24.12",
    "@wdio/types": "8.24.12",
    "@wdio/utils": "8.24.12",
    "decamelize": "^6.0.0",
    "deepmerge-ts": "^5.0.0",
    "glob": "^10.2.2",
    "import-meta-resolve": "^4.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "minimatch": "^9.0.0",
    "tsconfig-paths": "^4.1.0"
  },
  "gitHead": "ebf1ba1875fe210fda7067c1c13944c50cb6a694"
}
