forked from adobe/aepsdk-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 876 Bytes
/
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
{
"name": "@adobe/react-native-aepcore",
"version": "6.0.2",
"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/core"
},
"keywords": [
"react-native",
"adobe",
"adobe experience platform",
"core",
"ios",
"android"
],
"author": {
"name": "Adobe Experience Platform SDK Team"
},
"peerDependencies": {
"react-native": ">=0.60.0"
},
"publishConfig": {
"access": "public"
},
"installConfig": {
"hoistingLimits": "dependencies"
}
}