{
  "name": "expo-location",
  "version": "56.0.15",
  "description": "Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "sideEffects": false,
  "keywords": [
    "react-native",
    "expo",
    "location",
    "geolocation",
    "coords",
    "geocoding",
    "compass",
    "heading"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-location"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/location/",
  "jest": {
    "preset": "expo-module-scripts"
  },
  "dependencies": {
    "@expo/image-utils": "^0.10.1"
  },
  "devDependencies": {
    "@types/node": "^22.14.0",
    "expo": "56.0.8",
    "expo-module-scripts": "56.0.2"
  },
  "peerDependencies": {
    "expo": "*"
  },
  "gitHead": "7df487c3b35d509e8988c87c0abcf8a7d76aa202",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "expo-module": "expo-module"
  }
}