{
  "name": "@react-native-firebase/perf",
  "version": "25.1.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": "./dist/module/index.js",
  "types": "./dist/typescript/lib/index.d.ts",
  "scripts": {
    "build": "genversion --esm --semi lib/version.ts",
    "build:clean": "rimraf android/build && rimraf ios/build",
    "build:plugin": "rimraf plugin/build && tsc --build plugin",
    "compile": "bob build",
    "lint:plugin": "eslint plugin/src/*",
    "prepare": "yarn run build && yarn compile && 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": "25.1.0",
    "expo": ">=47.0.0"
  },
  "devDependencies": {
    "expo": "^55.0.18",
    "react-native-builder-bob": "^0.40.13"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "exports": {
    ".": {
      "source": "./lib/index.ts",
      "types": "./dist/typescript/lib/index.d.ts",
      "default": "./dist/module/index.js"
    },
    "./app.plugin.js": "./app.plugin.js",
    "./package.json": "./package.json"
  },
  "react-native-builder-bob": {
    "source": "lib",
    "output": "dist",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "tsc": "../../node_modules/.bin/tsc"
        }
      ]
    ]
  },
  "eslintIgnore": [
    "node_modules/",
    "dist/"
  ],
  "gitHead": "e0a565d8a73a9b103d140ffacfb8876b30d8bdc5"
}
