{
  "name": "@adobe/react-native-aepmessaging",
  "version": "7.4.0",
  "description": "Adobe Experience Platform support for React Native apps.",
  "homepage": "https://developer.adobe.com/client-sdks/documentation/",
  "license": "Apache-2.0",
  "main": "dist/module/index",
  "module": "dist/module/index",
  "react-native": "src/index",
  "source": "src/index",
  "types": "dist/typescript/index.d.ts",
  "scripts": {
    "cleanup": "rm -rf node_modules",
    "tsc": "bob build",
    "test:ui": "../../node_modules/.bin/jest --config jest.config.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/aepsdk-react-native",
    "directory": "packages/messaging"
  },
  "keywords": [
    "react-native",
    "adobe",
    "adobe experience platform",
    "ajo",
    "messaging",
    "ios",
    "android"
  ],
  "author": {
    "name": "Adobe Experience Platform SDK Team"
  },
  "peerDependencies": {
    "@adobe/react-native-aepcore": "^7.0.0",
    "@adobe/react-native-aepedge": "^7.0.0",
    "@adobe/react-native-aepedgeidentity": "^7.0.0",
    "react": "*",
    "react-native": ">=0.60.0"
  },
  "devDependencies": {
    "@testing-library/react-native": "^13.3.3",
    "@types/react-test-renderer": "^19",
    "react": "19.1.0",
    "react-native": "^0.81.0",
    "react-native-builder-bob": "0.33.1",
    "react-test-renderer": "19.1.0",
    "typescript": "^5.9.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "installConfig": {
    "hoistingLimits": "dependencies"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "dist",
    "targets": [
      [
        "module",
        {
          "esm": true,
          "jsxRuntime": "classic"
        }
      ],
      "typescript"
    ]
  },
  "gitHead": "c33f85fd0e6efcdd44ace089adcf9f126fa11971"
}
