forked from react-native-windows/selenium-appium
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.04 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
31
32
33
34
35
36
{
"name": "selenium-appium",
"version": "0.0.15",
"description": "A selenium-webdriver extension to support native app testing by Mobile JSON Wire Protocol which appium supports, also provides easy wait for element for pages or navigation among pages, and supports PageObject pattern",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-windows/selenium-appium.git"
},
"scripts": {
"prepublishOnly": "tsc -p ./ --outDir dist/"
},
"keywords": [
"PageObject",
"selenium",
"selenium-webdriver",
"appium",
"jest",
"e2e test"
],
"author": "Canhua Li",
"license": "MIT",
"devDependencies": {
"@types/selenium-webdriver": "^4.0.1",
"typescript": "^3.5.3"
},
"peerDependencies": {
"selenium-webdriver": "^4.0.0-alpha.5"
},
"bugs": {
"url": "https://github.com/react-native-windows/selenium-appium/issues"
},
"homepage": "https://github.com/react-native-windows/selenium-appium#readme",
"dependencies": {}
}