-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.29 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.29 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
{
"name": "activity-indicator-native",
"widgetName": "ActivityIndicator",
"version": "2.3.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/mendix/native-widgets.git"
},
"config": {},
"packagePath": "com.mendix.widget.native",
"scripts": {
"start": "pluggable-widgets-tools start:native",
"build": "pluggable-widgets-tools build:native",
"format": "pluggable-widgets-tools format",
"release": "pluggable-widgets-tools release:native",
"lint": "eslint --config ../../../.eslintrc.js --ext .jsx,.js,.ts,.tsx src/",
"test": "pluggable-widgets-tools test:unit:native",
"test:e2e:local:android": "detox test --configuration android.emulator.developerapp",
"test:e2e:local:ios": "detox test --configuration ios.simulator.developerapp",
"debug:e2e:local:android": "detox test --record-logs all -l trace --configuration android.emulator.developerapp",
"debug:e2e:local:ios": "detox test --record-logs all -l trace --configuration ios.simulator.developerapp",
"version": "yarn release"
},
"dependencies": {
"@mendix/piw-native-utils-internal": "*",
"@mendix/piw-utils-internal": "*"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "^9.0.0",
"detox": "^19.7.1",
"eslint": "^7.20.0"
}
}