55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"name": "@wdio/config",
|
||
|
|
"version": "9.25.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": {
|
||
|
|
".": {
|
||
|
|
"import": "./build/index.js",
|
||
|
|
"types": "./build/index.d.ts"
|
||
|
|
},
|
||
|
|
"./node": {
|
||
|
|
"importSource": "./src/node/index.ts",
|
||
|
|
"import": "./build/node/index.js",
|
||
|
|
"types": "./build/node/index.d.ts"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"typeScriptVersion": "3.8.3",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=18.20.0"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://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": "9.18.0",
|
||
|
|
"@wdio/types": "9.25.0",
|
||
|
|
"@wdio/utils": "9.25.0",
|
||
|
|
"deepmerge-ts": "^7.0.3",
|
||
|
|
"glob": "^10.2.2",
|
||
|
|
"import-meta-resolve": "^4.0.0",
|
||
|
|
"jiti": "^2.6.1"
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"access": "public"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"minimatch": "^9.0.0"
|
||
|
|
},
|
||
|
|
"gitHead": "1352571ae8709a895c223973f1840f38d8530f4a"
|
||
|
|
}
|