UNPKG

2.3 kBJSONView Raw
1{
2 "name": "@wdio/cli",
3 "version": "8.39.0",
4 "description": "WebdriverIO testrunner command line interface",
5 "author": "Christian Bromann <mail@bromann.dev>",
6 "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
7 "license": "MIT",
8 "bin": {
9 "wdio": "./bin/wdio.js"
10 },
11 "engines": {
12 "node": "^16.13 || >=18"
13 },
14 "scripts": {
15 "copy": "copyfiles -u 1 -V \"src/templates/**/*\" ./build/"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git://github.com/webdriverio/webdriverio.git",
20 "directory": "packages/wdio-cli"
21 },
22 "keywords": [
23 "webdriver",
24 "webdriverio",
25 "wdio",
26 "cli"
27 ],
28 "bugs": {
29 "url": "https://github.com/webdriverio/webdriverio/issues"
30 },
31 "main": "./build/cjs/index.js",
32 "type": "module",
33 "module": "./build/index.js",
34 "types": "./build/index.d.ts",
35 "exports": {
36 ".": [
37 {
38 "types": "./build/index.d.ts",
39 "import": "./build/index.js",
40 "require": "./build/cjs/index.js"
41 },
42 "./build/cjs/index.js"
43 ],
44 "./package.json": "./package.json"
45 },
46 "typeScriptVersion": "3.8.3",
47 "dependencies": {
48 "@types/node": "^20.1.1",
49 "@vitest/snapshot": "^1.2.1",
50 "@wdio/config": "8.39.0",
51 "@wdio/globals": "8.39.0",
52 "@wdio/logger": "8.38.0",
53 "@wdio/protocols": "8.38.0",
54 "@wdio/types": "8.39.0",
55 "@wdio/utils": "8.39.0",
56 "async-exit-hook": "^2.0.1",
57 "chalk": "^5.2.0",
58 "chokidar": "^3.5.3",
59 "cli-spinners": "^2.9.0",
60 "dotenv": "^16.3.1",
61 "ejs": "^3.1.9",
62 "execa": "^8.0.1",
63 "import-meta-resolve": "^4.0.0",
64 "inquirer": "9.2.12",
65 "lodash.flattendeep": "^4.4.0",
66 "lodash.pickby": "^4.6.0",
67 "lodash.union": "^4.6.0",
68 "read-pkg-up": "10.0.0",
69 "recursive-readdir": "^2.2.3",
70 "webdriverio": "8.39.0",
71 "yargs": "^17.7.2"
72 },
73 "devDependencies": {
74 "@types/async-exit-hook": "^2.0.0",
75 "@types/ejs": "^3.1.2",
76 "@types/inquirer": "^9.0.3",
77 "@types/lodash.flattendeep": "^4.4.7",
78 "@types/lodash.pickby": "^4.6.7",
79 "@types/lodash.union": "^4.6.7",
80 "@types/recursive-readdir": "^2.2.1",
81 "@types/yargs": "^17.0.24"
82 },
83 "publishConfig": {
84 "access": "public"
85 },
86 "gitHead": "82da6a28fabaf5f5fad29ea6dc976091027955f8"
87}