{
  "name": "expo-gaode-map-navigation",
  "version": "2.0.14",
  "description": "React Native AMap (Gaode Map) navigation module for Expo: route planning and turn-by-turn navigation, includes full map features.",
  "author": "TomWq <582752848@qq.com> (https://github.com/TomWq)",
  "repository": {
    "type": "git",
    "url": "https://github.com/TomWq/expo-gaode-map",
    "directory": "packages/navigation"
  },
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build && yarn build:plugin",
    "build:plugin": "tsc --project plugin/tsconfig.json",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "npx jest --no-watchman --config jest.config.js --runInBand",
    "prepare": "expo-module prepare && yarn build:plugin",
    "postinstall": "node scripts/check-expo-modules.js",
    "prepublishOnly": "echo 'Skipping proofread check' && exit 0",
    "expo-module": "expo-module",
    "android": "expo run:android",
    "ios": "expo run:ios"
  },
  "devDependencies": {
    "@expo/vector-icons": "^15.0.3",
    "@types/react": "~19.1.0",
    "expo": "^55.0.8",
    "expo-module-scripts": "^55.0.2",
    "react-native": "0.83.2",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@expo/vector-icons": "*",
    "expo": "*",
    "react": "*",
    "react-native": "*",
    "react-native-safe-area-context": "*"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    }
  },
  "bugs": {
    "url": "https://github.com/TomWq/expo-gaode-map/issues"
  },
  "files": [
    "build",
    "android",
    "ios",
    "widget-template",
    "shared",
    "scripts",
    "app.plugin.js",
    "expo-module.config.json",
    "plugin/build"
  ],
  "homepage": "https://tomwq.github.io/expo-gaode-map/",
  "keywords": [
    "react-native",
    "expo",
    "expo-gaode-map",
    "expo-gaode-map-navigation",
    "expo-amap",
    "react-native-amap",
    "react-native-gaode-map",
    "rn-amap-navigation",
    "amap",
    "gaode-map",
    "navigation",
    "route-planning",
    "turn-by-turn",
    "route",
    "高德地图",
    "导航",
    "路径规划"
  ],
  "license": "MIT"
}
