-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@enact/ui-test-utils",
"version": "1.0.10",
"description": "UI Testing for the Enact framework",
"repository": "https://github.com/enactjs/ui-test-utils",
"main": "index.js",
"bin": {
"start-tests": "./start-tests.js"
},
"scripts": {
"lint": "eslint .",
"fix": "eslint . --fix"
},
"author": "Roy Sutton <[email protected]>",
"license": "Apache-2.0",
"engines": {
"node": ">=14.14.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@wdio/cli": "^7.36.0",
"@wdio/dot-reporter": "^7.33.0",
"@wdio/local-runner": "^7.36.0",
"@wdio/mocha-framework": "^7.33.0",
"@wdio/selenium-standalone-service": "^7.33.0",
"@wdio/spec-reporter": "^7.33.0",
"@wdio/static-server-service": "^7.33.0",
"chalk": "^5.3.0",
"cross-spawn": "^7.0.3",
"expect-webdriverio": "^3.6.0",
"fs-extra": "^11.2.0",
"minimist": "^1.2.8",
"query-string": "^7.1.3",
"ramda": "^0.30.1",
"readdirp": "^3.6.0",
"wdio-docker-service": "^3.2.1",
"wdio-image-comparison-service": "^5.0.3",
"webdriverio": "^7.36.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-enact": "^4.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0"
},
"overrides": {
"ws": "^8.18.0"
}
}