{
  "name": "@vuemap/vue-amap-util",
  "version": "2.0.7",
  "description": "@vuemap/vue-amap的工具库，提供注册组件的通用能力和常用的工具类",
  "keywords": [
    "vue-amap",
    "amap",
    "map",
    "vue3",
    "loca",
    "vue",
    "高德"
  ],
  "types": "dist/index.d.ts",
  "files": ["dist","README.md","LICENSE"],
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    },
    "./*": "./*"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "sideEffects": [
    "dist/*"
  ],
  "repository": "https://github.com/yangyanggu/vue-amap.git",
  "author": "guyangyang <407042815@qq.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://gitee.com/guyangyang/vue-amap/issues"
  },
  "homepage": "https://vue-amap.guyixi.cn",
  "dependencies": {
    "uppercamelcase": "^1.1.0"
  },
  "devDependencies": {
  },
  "peerDependencies": {
    "vue": ">=3.2.0"
  }
}
