{
  "name": "react-native-apxor-rtm-plugin",
  "version": "2.0.0",
  "description": "React Native wrapper for Apxor RTM plugin",
  "homepage": "https://apxor.com",
  "keywords": [
    "react-native",
    "ios",
    "android",
    "apxor",
    "apxor-rtm-plugin"
  ],
  "license": "UNLICENSED",
  "author": {
    "name": "Rahul SriRam",
    "email": "rahul.kocherlakota@apxor.com"
  },
  "maintainers": [
    {
      "name": "Siddhartha Kakaraparthy",
      "email": "siddhartha.kakaraparthy@apxor.com"
    },
    {
      "name": "Krishna Runkana",
      "email": "krishna.runkana@apxor.com"
    },
    {
      "name": "Koushik Dasari",
      "email": "kousik@apxor.com"
    }
  ],
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript",
  "react-native": "src/index.tsx",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "react-native-apxor-rtm-plugin.podspec",
    "!android/build",
    "!android/bin",
    "!android/.settings",
    "!android/.gradle",
    "!android/.project",
    "!ios/build",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "devDependencies": {
    "@types/react": "^18.3.3",
    "@types/react-native": "^0.73.0",
    "bundlesize": "^0.18.2",
    "eslint": "^8.57.0",
    "metro-react-native-babel-preset": "^0.77.0",
    "react": "^18.3.1",
    "react-native": "^0.74.3",
    "react-native-builder-bob": "^0.24.0",
    "typescript": "^5.5.3",
    "eslint-config-custom": "0.0.1",
    "tsconfig": "0.0.1"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": false
    },
    "react-native": {
      "optional": false
    }
  },
  "scripts": {
    "lint": "eslint . --ext .ts,.tsx,.js,.jsx",
    "build": "bob build",
    "bundlesize": "npx bundlesize"
  }
}