{
  "name": "react-native-moengage-geofence",
  "version": "7.2.0",
  "description": "MoEngage React Native package to support geofence based campaigns in iOS platform",
  "main": "src/index.ts",
  "files": [
    "android",
    "iOS",
    "src",
    "CHANGELOG.md",
    "ReactNativeMoEngageGeofence.podspec",
    "package.json",
    "!**/__tests__",
    "!**/__mocks__"
  ],
  "peerDependencies": {
    "react-native-moengage": "^12.0.0"
  },
  "keywords": [
    "moengage",
    "push-notification",
    "react-native",
    "ios",
    "android",
    "geofence"
  ],
  "scripts": {
    "test": "echo \"Test cases not available\" && exit 0",
    "build": "echo \"Not required\" && exit 0"
  },
  "author": {
    "name": "MoEngage",
    "email": "mobiledevs@moengage.com"
  },
  "contributors": [
    "MoEngage <mobiledevs@moengage.com>"
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "devDependencies": {
    "react-native": "0.73.0"
  },
  "codegenConfig": {
    "name": "NativeMoEngageGeofenceSpec",
    "type": "modules",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "com.moengage.react.geofence"
    }
  }
}
