-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 884 Bytes
/
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
{
"name": "demo-webdriverio",
"version": "0.0.1",
"description": "Demo of how I used webdriverio for Aaron",
"scripts": {
"test": "wdio run wdio.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gin/demo-webdriverio.git"
},
"keywords": [
"webdriverio"
],
"author": "Luigi",
"license": "MIT",
"bugs": {
"url": "https://github.com/gin/demo-webdriverio/issues"
},
"homepage": "https://github.com/gin/demo-webdriverio#readme",
"devDependencies": {
"@types/mocha": "^7.0.2",
"@wdio/cli": "^6.1.22",
"@wdio/local-runner": "^6.3.0",
"@wdio/mocha-framework": "^6.1.19",
"@wdio/spec-reporter": "^6.1.14",
"@wdio/sync": "^6.1.14",
"chromedriver": "^83.0.0",
"ts-node": "^8.10.2",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.9.5",
"wdio-chromedriver-service": "^6.0.3"
}
}