-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
44
45
46
47
48
49
50
51
{
"name": "nativescript-dev-appium",
"version": "3.3.0",
"description": "A NativeScript plugin to help integrate and run Appium tests",
"author": "NativeScript",
"license": "MIT",
"main": "./index.js",
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/nativescript-dev-appium.git"
},
"keywords": [
"nativescript",
"appium",
"test"
],
"maintainers": [{
"name": "SvetoslavTsenov",
"email": "[email protected]"
}],
"dependencies": {
"app-root-path": "~2.0.1",
"blink-diff": "~1.0.13",
"chai": "~4.1.0",
"chai-as-promised": "~7.1.0",
"frame-comparer": "^1.0.3",
"glob": "7.1.0",
"mobile-devices-controller": "~2.5.0",
"mocha": "~5.1.0",
"mocha-junit-reporter": "~1.17.0",
"mocha-multi": "~1.0.0",
"wd": "~1.8.0",
"webdriverio": "~4.12.0",
"yargs": "~8.0.2"
},
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/mocha": "^5.2.0",
"@types/node": "^8.10.13",
"@types/webdriverio": "~4.8.4",
"typescript": "^2.8.0"
},
"scripts": {
"postinstall": "node ./postinstall.js",
"prepare": "tsc",
"watch": "tsc --watch"
}
}