mixpanel-react-native
Version:
Official React Native Tracking Library for Mixpanel Analytics
56 lines (55 loc) • 1.32 kB
JSON
{
"name": "mixpanel-react-native",
"version": "3.0.9",
"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.21.0",
"expo-crypto": "~14.1.4",
"uuid": "3.3.2"
},
"yalcSig": "a70b7359f0f86a46e69a2d9e9c657fcf"
}