{
  "name": "@studiometa/vue-mapbox-gl",
  "version": "2.7.2",
  "description": "A small components library to use Mapbox GL in Vue 3.",
  "homepage": "https://github.com/studiometa/vue-mapbox-gl#readme",
  "bugs": {
    "url": "https://github.com/studiometa/vue-mapbox-gl/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/studiometa/vue-mapbox-gl.git"
  },
  "license": "GPL-3.0-or-later",
  "author": {
    "name": "Studio Meta",
    "email": "agence@studiometa.fr",
    "url": "https://www.studiometa.fr"
  },
  "contributors": [
    {
      "name": "Titouan Mathis",
      "email": "titouan@studiometa.fr"
    },
    {
      "name": "Ludovic Janot",
      "email": "ludovic@studiometa.fr"
    }
  ],
  "type": "module",
  "sideEffects": false,
  "main": "index.js",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "require": "./index.cjs"
    },
    "./*": "./*"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@mapbox/mapbox-gl-geocoder": "5.0.3",
    "@studiometa/js-toolkit": "3.0.0",
    "mapbox-gl": "3.9.4",
    "vue": "3.5.13"
  },
  "peerDependencies": {
    "@mapbox/mapbox-gl-geocoder": "^5.0.1",
    "mapbox-gl": "^2.8.2 || ^3.0.0",
    "vue": "^3.2.37"
  }
}
