{
  "name": "mixpanel-react-native",
  "version": "3.2.0-beta.2",
  "description": "Official React Native Tracking Library for Mixpanel Analytics",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "author": "Mixpanel",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mixpanel/mixpanel-react-native.git"
  },
  "keywords": [
    "mixpanel",
    "react",
    "native",
    "ios",
    "android",
    "analytics",
    "tracking",
    "sdk"
  ],
  "bugs": {
    "url": "https://github.com/mixpanel/mixpanel-react-native/issues"
  },
  "TODO": "Change the git URL before publishing on npm",
  "homepage": "https://github.com/mixpanel/mixpanel-react-native#readme",
  "metadata": {
    "mp_lib": "react-native"
  },
  "jest": {
    "modulePathIgnorePatterns": [
      "<rootDir>/Samples/"
    ],
    "testMatch": [
      "<rootDir>/__tests__/*.test.js"
    ],
    "setupFiles": [
      "<rootDir>/__tests__/jest_setup.js"
    ],
    "verbose": true,
    "preset": "react-native",
    "transform": {
      "^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
    }
  },
  "dependencies": {
    "@react-native-async-storage/async-storage": "^1.24.0",
    "react-native-get-random-values": "^1.9.0",
    "uuid": "3.3.2"
  },
  "yalcSig": "d93a5195c4a6a7b47bd096c9e4fcf2eb"
}
