-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 731 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 731 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
{
"name": "tryMultiuser",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"wdio": "wdio run wdio.conf.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/register": "^7.17.7",
"@wdio/cli": "6.12.1",
"@wdio/cucumber-framework": "6.11.1",
"@wdio/local-runner": "^6.12.1",
"@wdio/spec-reporter": "6.11.0",
"chromedriver": "^101.0.0",
"wdio-chromedriver-service": "6.0.4"
},
"dependencies": {
"@wdio/browserstack-service": "6.12.1"
}
}