1{ 2 "name": "expo-location", 3 "version": "16.3.0", 4 "description": "Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.", 5 "main": "build/Location.js", 6 "types": "build/Location.d.ts", 7 "sideEffects": false, 8 "scripts": { 9 "build": "expo-module build", 10 "clean": "expo-module clean", 11 "lint": "expo-module lint", 12 "test": "expo-module test", 13 "prepare": "expo-module prepare", 14 "prepublishOnly": "expo-module prepublishOnly", 15 "expo-module": "expo-module" 16 }, 17 "keywords": [ 18 "react-native", 19 "expo", 20 "location", 21 "geolocation", 22 "coords", 23 "geocoding", 24 "compass", 25 "heading" 26 ], 27 "repository": { 28 "type": "git", 29 "url": "https://github.com/expo/expo.git", 30 "directory": "packages/expo-location" 31 }, 32 "bugs": { 33 "url": "https://github.com/expo/expo/issues" 34 }, 35 "author": "650 Industries, Inc.", 36 "license": "MIT", 37 "homepage": "https://docs.expo.dev/versions/latest/sdk/location/", 38 "jest": { 39 "preset": "expo-module-scripts" 40 }, 41 "devDependencies": { 42 "expo-module-scripts": "^3.0.0" 43 }, 44 "peerDependencies": { 45 "expo": "*" 46 } 47} 48