{
  "name": "infobip-mobile-messaging-react-native-plugin",
  "title": "Infobip Mobile Messaging React Native Plugin",
  "version": "14.9.0",
  "description": "Infobip Mobile Messaging React Native Plugin",
  "main": "./src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "add-copyright-header": "node scripts/add-copyright-header.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/infobip/mobile-messaging-react-native-plugin.git",
    "baseUrl": "https://github.com/infobip/mobile-messaging-react-native-plugin"
  },
  "keywords": [
    "react-native",
    "infobip",
    "push",
    "plugin",
    "messaging",
    "android",
    "ios"
  ],
  "author": {
    "name": "Infobip Mobile Messaging Team",
    "email": "push.support@infobip.com"
  },
  "license": "Apache-2.0",
  "readmeFilename": "README.md",
  "homepage": "https://github.com/infobip/mobile-messaging-react-native-plugin#readme",
  "bugs": {
    "url": "https://github.com/infobip/mobile-messaging-react-native-plugin/issues"
  },
  "peerDependencies": {
    "react": ">=18.2.0 <20.0.0",
    "react-native": ">=0.68.0 <1.0.x"
  },
  "devDependencies": {
    "@react-native/codegen": "0.84.0",
    "@types/react": "^19.2.3",
    "metro-react-native-babel-preset": "^0.77.0",
    "react": "19.2.3",
    "react-native": "0.84.0"
  },
  "codegenConfig": {
    "name": "MobileMessaging",
    "type": "modules",
    "jsSrcsDir": "./src/specs",
    "android": {
      "javaPackageName": "org.infobip.reactlibrary.mobilemessaging"
    }
  }
}
