UNPKG

@adobe/react-native-aepedgeidentity

Version:

Adobe Experience Platform Identity for Edge Network extension for Adobe Experience Platform Mobile SDK. Written and maintained by Adobe.

41 lines (40 loc) 1.08 kB
{ "name": "@adobe/react-native-aepedgeidentity", "version": "7.0.0", "description": "Adobe Experience Platform Identity for Edge Network extension for Adobe Experience Platform 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/edgeidentity" }, "keywords": [ "react-native", "adobe", "adobe experience platform", "edgeidentity", "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": "34244aead8ef2c7845d78f3b59578effd8acefdd" }