{
  "name": "vue-baidu-map-offline",
  "private": false,
  "version": "1.0.7",
  "description": "百度离线地图插件,支持vue2，vue3，vite|webpack,联系微信：yjf163163",
  "main": "./lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --config webpack.config.js"
  },
  "keywords": [
    "百度地图",
    "离线",
    "vue-baidu-map-offline",
    "vue-baidu-map",
    "vue-baidu-map-3x-offline",
    "vue-baidu-map-3x",
    "vue-offline-baidu-map"
  ],
  "author": "yangjianfei",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YangJianFei/vue-baidu-map-3x.git"
  },
  "bugs": {
    "url": "https://github.com/YangJianFei/vue-baidu-map-3x/issues"
  },
  "homepage": "https://github.com/YangJianFei/vue-baidu-map-3x#readme",
  "devDependencies": {
    "globals": "^13.17.0",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  }
}