-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.13 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.13 KB
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
{
"dependencies": {
"@appium/doctor": "2.1.15",
"@appium/relaxed-caps-plugin": "2.1.0",
"appium": "3.2.2",
"appium-device-farm": "11.3.2",
"appium-uiautomator2-driver": "7.0.0",
"appium-xcuitest-driver": "10.32.1",
"go-ios": "1.0.188"
},
"name": "teswiz",
"description": "[](https://jitpack.io/#znsio/teswiz) [](https://jitci.com/gh/znsio/teswiz) [](https://github.com/znsio/teswiz/actions/workflows/Build_And_Run_Unit_Tests_CI.yml) [](https://github.com/znsio/teswiz/actions/workflows/codeql-analysis.yml)",
"version": "1.0.19",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"appium",
"appium2.0",
"appium-doctor",
"appium-device-farm",
"teswiz"
],
"author": "Anand Bagmar",
"license": "ISC"
}