{
  "name": "@react-native-firebase/perf",
  "version": "21.13.0",
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
  "description": "React Native Firebase - React Native Firebase provides native integration with Performance Monitoring to gain insight into key performance characteristics within your React Native application.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "genversion --semi lib/version.js",
    "build:clean": "rimraf android/build && rimraf ios/build",
    "build:plugin": "rimraf plugin/build && tsc --build plugin",
    "lint:plugin": "eslint plugin/src/*",
    "prepare": "yarn run build && yarn run build:plugin"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/invertase/react-native-firebase/tree/main/packages/perf"
  },
  "license": "Apache-2.0",
  "keywords": [
    "react",
    "react-native",
    "firebase",
    "perf",
    "trace",
    "insight",
    "http",
    "latency",
    "performance monitoring"
  ],
  "peerDependencies": {
    "@react-native-firebase/app": "21.13.0",
    "expo": ">=47.0.0"
  },
  "devDependencies": {
    "expo": "^52.0.35"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "d4d02d15431a0be091a7417833e0180479f5e788"
}
