-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "selenium-node",
"version": "0.1.0",
"description": "",
"main": "index.js",
"console": "externalTerminal",
"scripts": {
"test": "wdio"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhesusan/selenium-node.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dhesusan/selenium-node/issues"
},
"homepage": "https://github.com/dhesusan/selenium-node#readme",
"dependencies": {
"@types/node": "^13.7.1",
"@types/selenium-webdriver": "^4.0.8",
"selenium-webdriver": "^4.0.0-alpha.5",
"typescript": "^3.7.5"
},
"devDependencies": {
"@types/chai": "^4.2.9",
"@types/mocha": "^7.0.1",
"@wdio/cli": "^5.18.7",
"@wdio/local-runner": "^5.18.7",
"@wdio/mocha-framework": "^5.18.7",
"@wdio/spec-reporter": "^5.18.7",
"@wdio/sync": "^5.18.7",
"chai": "^4.2.0",
"chai-webdriverio": "^1.0.0",
"chromedriver": "^80.0.1",
"prettier": "^1.19.1",
"wdio-chromedriver-service": "^5.0.2",
"wdio-mocha-framework": "^0.6.4",
"webdriverio": "^5.18.7"
}
}