forked from GeekyAnts/ga-wdio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 946 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "ga-wdio",
"version": "1.3.4",
"description": "GeekyAnts Testing Boilerplate",
"main": "./cli",
"license": "MIT",
"keywords": [
"testing",
"api-testing",
"web-testing",
"framework",
"boilerplate",
"automation",
"node-wdio"
],
"author": {
"name": "Faiz A Farooqui",
"email": "[email protected]",
"url": "https://github.com/faizahmedfarooqui"
},
"engines": {
"node": ">=8",
"npm": ">=6.8.0"
},
"dependencies": {
"appium-doctor": "^1.11.1",
"chai": "^4.2.0",
"chromedriver": "^73.0.0",
"colors": "^1.3.3",
"commander": "^2.20.0",
"dotenv": "^8.0.0",
"geckodriver": "^1.16.2",
"inquirer": "^6.2.2",
"lodash": "^4.17.11",
"node-fetch": "^2.6.0",
"np": "^5.0.3",
"traverse": "^0.6.6"
},
"repository": {
"type": "git",
"url": "[email protected]:GeekyAnts/ga-wdio.git"
},
"bin": {
"ga-wdio": "./cli"
}
}