{
  "name": "@braze/react-native-sdk",
  "version": "23.0.0",
  "description": "Braze SDK for React Native.",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "scripts": {
    "lint": "./node_modules/.bin/eslint index.js */**.js",
    "lint-fix": "./node_modules/.bin/eslint --fix index.js */**.js",
    "test": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/braze-inc/braze-react-native-sdk.git"
  },
  "keywords": [
    "braze",
    "appboy",
    "react",
    "native",
    "react-native",
    "ios",
    "android",
    "push",
    "in-app",
    "analytics",
    "segmentation",
    "feature-flags"
  ],
  "author": "Braze, Inc",
  "license": "SEE LICENSE IN LICENSE.md",
  "bugs": {
    "url": "https://github.com/braze-inc/braze-react-native-sdk/issues"
  },
  "homepage": "https://github.com/braze-inc/braze-react-native-sdk#readme",
  "devDependencies": {
    "eslint": "9.39.4",
    "eslint-config-standard": "^17.0.0",
    "eslint-config-standard-jsx": "^11.0.0",
    "eslint-config-standard-react": "^11.0.1",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-react": "^7.30.0",
    "jest": "^29.2.1",
    "react": "^17.0.2",
    "react-test-renderer": "^17.0.2",
    "react-native": "^0.71.0",
    "metro-babel-register": "^0.84.0"
  },
  "jest": {
    "modulePathIgnorePatterns": [
      "<rootDir>/BrazeProject/"
    ],
    "setupFiles": [
      "<rootDir>/__tests__/jest.setup.js"
    ],
    "testMatch": [
      "<rootDir>/__tests__/**/*.test.js?(x)"
    ],
    "preset": "react-native"
  },
  "codegenConfig": {
    "name": "BrazeReactModuleSpec",
    "type": "all",
    "jsSrcsDir": "src/specs",
    "android": {
      "javaPackageName": "com.braze.reactbridge"
    },
    "ios": {
      "componentProvider": {
        "BrazeBannerView": "BrazeBannerView"
      }
    }
  }
}