@adobe/react-native-aepedgebridge
Version:
Adobe Experience Platform Edge Bridge extension for AEP Mobile SDK. Written and maintained by Adobe.
42 lines (41 loc) • 1.05 kB
JSON
{
"name": "@adobe/react-native-aepedgebridge",
"version": "7.0.1",
"description": "Adobe Experience Platform Edge Bridge extension for AEP Mobile SDK. Written and maintained 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/edgebridge"
},
"keywords": [
"react-native",
"adobe",
"adobe experience platform",
"edgebridge",
"edge",
"ios",
"android"
],
"author": {
"name": "Adobe Experience Platform SDK Team"
},
"peerDependencies": {
"@adobe/react-native-aepcore": "^7.0.0",
"react-native": ">=0.60.0"
},
"publishConfig": {
"access": "public"
},
"installConfig": {
"hoistingLimits": "dependencies"
},
"gitHead": "9b39e80e57dc19b0ef7f9a3c2196c216cf976d82"
}