{
  "name": "@segment/analytics-react-native-plugin-firebase",
  "version": "1.0.0",
  "description": "The hassle-free way to add Segment analytics to your React-Native app.",
  "main": "lib/commonjs/index",
  "scripts": {
    "build": "bob build",
    "test": "jest",
    "typescript": "tsc --noEmit",
    "clean": "rimraf lib node_modules"
  },
  "keywords": [
    "segment",
    "react-native",
    "ios",
    "android"
  ],
  "module": "lib/module/index",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "segment-analytics-react-native.podspec",
    "package.json",
    "!src/**/*.e2e.mock.js",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/segmentio/analytics-react-native.git",
    "directory": "packages/core"
  },
  "author": "Segment <hello@segment.com> (https://segment.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/segmentio/analytics-react-native/issues"
  },
  "homepage": "https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-firebase#readme",
  "peerDependencies": {
    "@react-native-firebase/analytics": ">=22.2.0",
    "@react-native-firebase/app": ">=22.2.0",
    "@segment/analytics-react-native": "^2.18.0"
  },
  "devDependencies": {
    "@react-native-firebase/analytics": "^22.2.0",
    "@react-native-firebase/app": "^22.2.0",
    "@segment/analytics-react-native": "^2.18.0",
    "@segment/analytics-rn-shared": "workspace:^",
    "@segment/sovran-react-native": "^1.1.0",
    "jest": "^29.7.0",
    "react-native-builder-bob": "^0.23.1",
    "rimraf": "^5.0.5",
    "typescript": "^5.2.2"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "engines": {
    "node": ">=12"
  }
}
