{
  "name": "expo-gaode-map-web-api",
  "version": "2.0.16",
  "description": "Pure JavaScript AMap (Gaode Map) Web API toolkit for Expo/React Native: geocoding, POI search, route planning, input tips, and expo-gaode-map integration.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "dev": "tsc -p tsconfig.build.json --watch",
    "clean": "rm -rf build",
    "lint": "node -e \"const { spawnSync } = require('child_process'); const r = spawnSync('tsc', ['--noEmit', '--pretty', 'false'], { stdio: 'inherit' }); process.exit(r.status ?? 1);\" --",
    "test": "bun test",
    "prepare": "yarn build"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-gaode-map-web-api",
    "expo-amap",
    "react-native-amap",
    "react-native-gaode-map",
    "amap",
    "gaode",
    "gaode-map",
    "web-api",
    "search",
    "geocode",
    "geocoding",
    "route-planning",
    "route",
    "高德地图"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/TomWq/expo-gaode-map",
    "directory": "packages/web-api"
  },
  "bugs": {
    "url": "https://github.com/TomWq/expo-gaode-map/issues"
  },
  "author": "TomWq <582752848@qq.com> (https://github.com/TomWq)",
  "license": "MIT",
  "homepage": "https://tomwq.github.io/expo-gaode-map/",
  "devDependencies": {
    "@types/react": "~19.2.10",
    "bun-types": "^1.3.6",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "react-native": "*"
  },
  "dependencies": {}
}
