UNPKG

1.39 kBJSONView Raw
1{
2 "name": "@wdio/config",
3 "version": "8.35.0",
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 "import": "./build/node/index.js",
17 "types": "./build/node/index.d.ts"
18 },
19 "./package.json": "./package.json"
20 },
21 "typeScriptVersion": "3.8.3",
22 "engines": {
23 "node": "^16.13 || >=18"
24 },
25 "repository": {
26 "type": "git",
27 "url": "git://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": "8.28.0",
40 "@wdio/types": "8.32.4",
41 "@wdio/utils": "8.35.0",
42 "decamelize": "^6.0.0",
43 "deepmerge-ts": "^5.0.0",
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 "tsconfig-paths": "^4.1.0"
53 },
54 "gitHead": "d6eab1a26ca9feebcde789adacd872067b6c7b83"
55}