-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "@adobe/react-native-aepcampaignclassic",
"version": "6.0.2",
"description": "Experience Platform Campaign Classic extension for Adobe Experience Platform Mobile SDK. Written and Supported by Adobe.",
"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/campaignclassic"
},
"keywords": [
"react-native",
"adobe",
"adobe experience platform",
"ajo",
"campaign classic",
"ios",
"android"
],
"author": {
"name": "Adobe Experience Platform SDK Team"
},
"peerDependencies": {
"@adobe/react-native-aepcore": "^6.0.0",
"react-native": ">=0.60.0"
},
"publishConfig": {
"access": "public"
},
"installConfig": {
"hoistingLimits": "dependencies"
}
}