UNPKG

mixpanel-react-native

Version:

Official React Native Tracking Library for Mixpanel Analytics

88 lines 2.19 kB
{ "name": "mixpanel-react-native", "version": "3.3.0", "description": "Official React Native Tracking Library for Mixpanel Analytics", "main": "index.js", "files": [ "index.js", "index.d.ts", "javascript/", "ios/", "android/src/", "android/build.gradle", "MixpanelReactNative.podspec", "react-native.config.js", "README.md", "LICENSE.md", "CHANGELOG.md" ], "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" }, "devDependencies": { "@react-native-async-storage/async-storage": "^1.24.0", "@babel/core": "^7.26.0", "@babel/runtime": "^7.26.0", "@react-native-community/eslint-config": "^3.2.0", "babel-jest": "^29.7.0", "eslint": "^8.57.0", "jest": "^29.7.0", "jest-fetch-mock": "^3.0.3", "metro-react-native-babel-preset": "^0.77.0", "react-native": "^0.76.0", "react-test-renderer": "^18.3.1" }, "jest": { "modulePathIgnorePatterns": [ "<rootDir>/Samples/" ], "testMatch": [ "<rootDir>/__tests__/*.test.js" ], "setupFiles": [ "<rootDir>/__tests__/jest_setup.js" ], "verbose": true, "preset": "react-native", "transformIgnorePatterns": [ "node_modules/(?!(@react-native|react-native|react-native-get-random-values|uuid)/)" ], "testEnvironment": "node" }, "dependencies": { "react-native-get-random-values": "^1.9.0", "uuid": "^9.0.1" }, "peerDependencies": { "@react-native-async-storage/async-storage": "^1.15.0 || ^2.0.0" }, "peerDependenciesMeta": { "@react-native-async-storage/async-storage": { "optional": true } } }