-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 1.24 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
{
"description": "NativeScript-Vue UI test application",
"license": "MIT",
"readme": "NativeScript-Vue UI test application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.nativescriptvueuitests",
"tns-ios": {
"version": "3.4.1"
},
"tns-android": {
"version": "3.4.1"
}
},
"dependencies": {
"appium": "^1.7.1",
"nativescript-dev-appium": "^3.1.0-2017-10-6-1",
"nativescript-ui-sidedrawer": "^5.1.0",
"nativescript-vue": "^1.0.0",
"tns-core-modules": "~3.4.0",
"yargs": "^9.0.1"
},
"scripts": {
"appium": "node generate-screenshots.js",
"android.build": "tns build android",
"android.screenshots": "npm run appium -- --runType=android23",
"ci.android.screenshots": "npm run appium -- --runType=android23 --sauceLab=true",
"ci.ios.screenshots": "npm run appium -- --runType=ios-simulator103iPhone6",
"deploy": "bash deploy.sh",
"e2e": "mocha --opts ./e2e/config/mocha.opts",
"ios.build": "tns build ios",
"ios.screenshots": "npm run appium -- --runType=ios-simulator103iPhone6"
},
"devDependencies": {
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"lazy": "1.0.11"
}
}