{
  "name": "react-native-webengage-inbox",
  "version": "2.0.0",
  "description": "React-Native WebEngage Personalization",
  "repository": "https://github.com/WebEngage/react-native-webengage-inbox",
  "author": "Webengage",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/WebEngage/react-native-webengage-inbox/issues"
  },
  "homepage": "https://docs.webengage.com/docs/react-native-app-in-line-content",
  "main": "src/index.js",
  "types": "types/index.d.ts",
  "react-native": "src/index.js",
  "source": "src/index.js",
  "files": [
    "src",
    "types",
    "android",
    "ios",
    "react-native-webengage-inbox.podspec",
    "README.md"
  ],
  "keywords": [
    "webengage",
    "react",
    "react-native",
    "analytics",
    "push",
    "in-app",
    "notification",
    "android",
    "ios",
    "personalization",
    "webengage personalization",
    "webengage inline",
    "turbomodule",
    "new-architecture"
  ],
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "engines": {
    "node": ">=12"
  },
  "codegenConfig": {
    "name": "WEInboxReactSpec",
    "type": "modules",
    "jsSrcsDir": "src",
    "libraryName": "WEInboxReact",
    "android": {
      "javaPackageName": "com.webengage.inbox.react"
    }
  },
  "devDependencies": {
    "@testing-library/react-native": "^12.0.0",
    "fast-check": "^4.8.0",
    "jest": "^29.0.0",
    "react": "18.1.0",
    "react-native": "0.70.6",
    "react-test-renderer": "18.1.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": ">=0.65.0"
  }
}
