{
  "name": "react-native-analytics-bridge",
  "version": "1.0.0",
  "description": "A navigator-agnostic analytics bridge for React Native with multi-provider support, session tracking, offline queuing, and GDPR privacy controls",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index.ts",
  "source": "src/index.ts",
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build",
    "release": "release-it"
  },
  "keywords": [
    "react-native",
    "analytics",
    "tracking",
    "segment",
    "mixpanel",
    "amplitude",
    "firebase",
    "posthog",
    "screen-tracking",
    "session-tracking",
    "gdpr",
    "event-queue",
    "offline-support"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oluseyi-ged/react-native-analytics-bridge.git"
  },
  "author": "Oluwaseyi Roy <oluseyi.ged@gmail.com> (https://github.com/oluseyi-ged)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oluseyi-ged/react-native-analytics-bridge/issues"
  },
  "homepage": "https://github.com/oluseyi-ged/react-native-analytics-bridge#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@react-native/eslint-config": "^0.74.0",
    "@types/react": "^18.2.44",
    "eslint": "^8.51.0",
    "react": "^18.2.0",
    "react-native": "^0.74.0",
    "react-native-builder-bob": "^0.23.2",
    "release-it": "^17.0.0",
    "typescript": "^5.2.2"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "peerDependenciesMeta": {
    "@react-navigation/native": {
      "optional": true
    },
    "expo-router": {
      "optional": true
    }
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  }
}
