-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 868 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 868 Bytes
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
{
"name": "hm08-qa-us",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "npx eslint .",
"build": "rm -rf ./node_modules && npm install",
"wdio": "wdio run ./wdio.conf.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"webdriverio": "^8.6.7"
},
"devDependencies": {
"@wdio/cli": "^8.6.7",
"@wdio/devtools-service": "^8.6.9",
"@wdio/local-runner": "^8.6.7",
"@wdio/mocha-framework": "^8.6.6",
"@wdio/spec-reporter": "^8.6.6",
"chromedriver": "^129.0.1",
"eslint": "^8.38.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-wdio": "^8.0.14",
"geckodriver": "^3.2.0",
"wdio-chromedriver-service": "^8.1.1",
"wdio-eslinter-service": "^0.0.4",
"wdio-geckodriver-service": "^4.1.1",
"wdio-intercept-service": "4.0.0"
}
}