1 | {
|
2 | "name": "@wdio/config",
|
3 | "version": "9.2.8",
|
4 | "description": "A helper utility to parse and validate WebdriverIO options",
|
5 | "author": "Christian Bromann <mail@bromann.dev>",
|
6 | "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-config",
|
7 | "license": "MIT",
|
8 | "type": "module",
|
9 | "types": "./build/index.d.ts",
|
10 | "exports": {
|
11 | ".": {
|
12 | "import": "./build/index.js",
|
13 | "types": "./build/index.d.ts"
|
14 | },
|
15 | "./node": {
|
16 | "importSource": "./src/node/index.ts",
|
17 | "import": "./build/node/index.js",
|
18 | "types": "./build/node/index.d.ts"
|
19 | }
|
20 | },
|
21 | "typeScriptVersion": "3.8.3",
|
22 | "engines": {
|
23 | "node": ">=18.20.0"
|
24 | },
|
25 | "repository": {
|
26 | "type": "git",
|
27 | "url": "git+https://github.com/webdriverio/webdriverio.git",
|
28 | "directory": "packages/wdio-config"
|
29 | },
|
30 | "keywords": [
|
31 | "webdriver",
|
32 | "wdio",
|
33 | "wdio-utility"
|
34 | ],
|
35 | "bugs": {
|
36 | "url": "https://github.com/webdriverio/webdriverio/issues"
|
37 | },
|
38 | "dependencies": {
|
39 | "@wdio/logger": "9.1.3",
|
40 | "@wdio/types": "9.2.2",
|
41 | "@wdio/utils": "9.2.8",
|
42 | "decamelize": "^6.0.0",
|
43 | "deepmerge-ts": "^7.0.3",
|
44 | "glob": "^10.2.2",
|
45 | "import-meta-resolve": "^4.0.0"
|
46 | },
|
47 | "publishConfig": {
|
48 | "access": "public"
|
49 | },
|
50 | "devDependencies": {
|
51 | "minimatch": "^9.0.0"
|
52 | },
|
53 | "gitHead": "f02604aee33fb785a1737db3c9092bacfc99a1f3"
|
54 | }
|