{
  "name": "vue-maplibre-gl",
  "version": "3.1.3",
  "description": "Vue 3 plugin for maplibre-gl",
  "keywords": [
    "vue",
    "vue3",
    "vuejs",
    "vue3js",
    "component",
    "vue-component",
    "vue3-component",
    "maplibre",
    "maplibre-gl",
    "map",
    "maptiler"
  ],
  "author": {
    "name": "Volker Nauruhn",
    "email": "mensch.meier@live.de",
    "url": "razorness.de"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/razorness/vue-maplibre-gl.git"
  },
  "license": "MIT",
  "type": "module",
  "sideEffects": false,
  "main": "dist/vue-maplibre-gl.umd.js",
  "browser": "dist/vue-maplibre-gl.es.js",
  "module": "dist/vue-maplibre-gl.es.js",
  "types": "dist/main.d.ts",
  "files": [
    "dist/**/*",
    "src/lib/**/*"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc --noEmit && vite build",
    "preview": "vite preview",
    "upgrade": "taze major -I"
  },
  "devDependencies": {
    "@babel/types": "^7.23.9",
    "@mdi/js": "^7.4.47",
    "@types/geojson": "^7946.0.14",
    "@types/node": "^20.11.17",
    "@vitejs/plugin-vue": "^5.0.4",
    "geojson": "^0.5.0",
    "maplibre-gl": "^3.6.2",
    "mitt": "^3.0.1",
    "modular-maptiler-sdk": "^1.0.16",
    "sass": "^1.70.0",
    "taze": "^0.13.3",
    "typescript": "^5.3.3",
    "vite": "^5.1.1",
    "vite-plugin-banner": "^0.7.1",
    "vite-plugin-dts": "^3.7.2",
    "vue": "^3.4.18",
    "vue-tsc": "^1.8.27"
  },
  "peerDependencies": {
    "maplibre-gl": "^3.0.0",
    "mitt": "^3.0.0",
    "vue": "^3.4.18"
  },
  "engines": {
    "node": ">=18"
  },
  "packageManager": "yarn@4.1.0"
}