{
  "name": "expo-observe",
  "title": "Expo Observe",
  "version": "57.0.16",
  "description": "Expo module that dispatches collected app metrics to EAS Observe",
  "main": "src/index.ts",
  "types": "build/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./build/index.d.ts",
      "default": "./src/index.ts"
    },
    "./integrations/react-navigation": {
      "types": "./build/integrations/react-navigation/index.d.ts",
      "default": "./src/integrations/react-navigation/index.ts"
    }
  },
  "sideEffects": false,
  "homepage": "https://docs.expo.dev/",
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-observe"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-observe",
    "ExpoObserve",
    "EAS",
    "observe",
    "observability"
  ],
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "dependencies": {
    "expo-app-metrics": "~57.0.14",
    "expo-eas-client": "~57.0.1"
  },
  "devDependencies": {
    "@react-navigation/native": "^7.1.33",
    "@testing-library/react-native": "^13.3.0",
    "@types/react": "~19.2.0",
    "expo-module-scripts": "56.0.3",
    "expo": "57.0.16"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*",
    "expo-router": "*",
    "@react-navigation/native": "^7.0.0"
  },
  "peerDependenciesMeta": {
    "expo-router": {
      "optional": true
    },
    "@react-navigation/native": {
      "optional": true
    }
  },
  "gitHead": "52fc013ec8c75e89ba8f83c167e4b6b0416e6bf7",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "expo-module": "expo-module"
  }
}