{
  "name": "react-native-mapp-plugin",
  "version": "1.4.0",
  "description": "Mapp SDK for React Native.",
  "main": "index.js",
  "files": [
    "android/build.gradle",
    "android/gradle.properties",
    "android/gradle/",
    "android/gradlew",
    "android/gradlew.bat",
    "android/settings.gradle",
    "android/src/main/",
    "ios/Frameworks/",
    "ios/RNMappEventEmmiter.h",
    "ios/RNMappEventEmmiter.m",
    "ios/RNMappPlugin.xcodeproj/project.pbxproj",
    "ios/RNMappPluginModule.h",
    "ios/RNMappPluginModule.m",
    "specs/",
    "CHANGELOG.md",
    "CustomEvent.js",
    "Mapp.js",
    "MappEventEmitter.js",
    "README.md",
    "RNMappPlugin.podspec",
    "index.js",
    "react-native.config.js"
  ],
  "keywords": [
    "react-native",
    "react",
    "react-component",
    "ios",
    "android",
    "mapp"
  ],
  "author": "Mapp",
  "license": "MIT",
  "engines": {
    "node": ">=20.19.4"
  },
  "peerDependencies": {
    "react": "^19.2.3",
    "react-native": ">=0.84"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.29.2",
    "@babel/preset-flow": "^7.27.1",
    "@react-native-community/cli": "^20.1.3",
    "@react-native/codegen": "0.84.1",
    "@react-native/gradle-plugin": "0.84.1",
    "babel-jest": "^30.3.0",
    "jest": "^30.2.0",
    "react": "19.2.4",
    "react-native": "0.84.1"
  },
  "scripts": {
    "generate:codegen": "react-native codegen specs",
    "build:android": "cd android && ./gradlew assembleDebug",
    "test": "jest"
  },
  "jest": {
    "testEnvironment": "node",
    "testMatch": [
      "**/__tests__/**/*.test.js"
    ],
    "transform": {
      "^.+\\.js$": "babel-jest"
    },
    "moduleNameMapper": {
      "^react-native$": "<rootDir>/__mocks__/react-native.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapp-digital/Mapp-Engage-ReactNative-Plugin.git"
  },
  "bugs": {
    "url": "https://github.com/mapp-digital/Mapp-Engage-ReactNative-Plugin/issues"
  },
  "homepage": "https://github.com/mapp-digital/Mapp-Engage-ReactNative-Plugin#readme"
}
