@wdio/config
Version:
A helper utility to parse and validate WebdriverIO options
56 lines (55 loc) • 1.39 kB
JSON
{
"name": "@wdio/config",
"version": "8.38.2",
"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.38.0",
"@wdio/types": "8.38.2",
"@wdio/utils": "8.38.2",
"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": "942ba6095b993a4ea5a893d4b935f5ab2ca04ab2"
}