-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "@adobe/react-native-aepoptimize",
"version": "6.0.3",
"description": "Adobe Experience Platform support for React Native apps.",
"homepage": "https://developer.adobe.com/client-sdks/documentation/",
"license": "Apache-2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"cleanup": "rm -rf node_modules",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/aepsdk-react-native",
"directory": "packages/optimize"
},
"keywords": [
"react-native",
"adobe",
"adobe experience platform",
"ajo",
"optimize",
"ios",
"android"
],
"author": {
"name": "Adobe Experience Platform SDK Team"
},
"peerDependencies": {
"@adobe/react-native-aepcore": "^6.0.0",
"@adobe/react-native-aepedge": "^6.0.0",
"@adobe/react-native-aepedgeidentity": "^6.0.0",
"react-native": ">=0.60.0"
},
"publishConfig": {
"access": "public"
},
"installConfig": {
"hoistingLimits": "dependencies"
}
}