{
  "name": "nuxt-mapbox",
  "version": "1.6.4",
  "description": "Elegant Mapbox GL JS integration with Nuxt",
  "author": {
    "name": "Alex Lavoie",
    "url": "https://github.com/AlexLavoie42"
  },
  "homepage": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
  "bugs": {
    "url": "https://github.com/AlexLavoie42/Nuxt-Mapbox/issues/new"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "types": "./dist/types.d.mts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "nuxt-module-build build",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
    "docs": "nuxi dev docs",
    "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest watch"
  },
  "dependencies": {
    "@mapbox/mapbox-gl-geocoder": "5.1.2",
    "@nuxt/devtools": "^2.6.3",
    "@nuxt/kit": "^4.1.0",
    "@types/mapbox__mapbox-gl-geocoder": "^5.0.0",
    "@vueuse/core": "^13.9.0",
    "defu": "^6.1.4",
    "mapbox-gl": "^3.14.0",
    "vue": "^3.5.21"
  },
  "devDependencies": {
    "@nuxt/eslint-config": "^1.9.0",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/schema": "^4.1.0",
    "@nuxt/test-utils": "^3.19.2",
    "@types/mapbox-gl": "^3.4.1",
    "changelogen": "^0.6.2",
    "eslint": "^9.35.0",
    "nuxt": "^4.1.0",
    "playwright": "^1.55.0",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  },
  "keywords": [
    "mapbox",
    "mapbox gl js",
    "mapbox gl",
    "map",
    "nuxt",
    "nuxt3",
    "nuxt 3",
    "vue",
    "vue 3",
    "mapbox nuxt 3",
    "mapbox nuxt",
    "mapbox vue",
    "mapbox vue 3",
    "geocode",
    "geocoder",
    "geocoding",
    "geolocate",
    "geolocater",
    "geolocating",
    "GIS",
    "geojson"
  ]
}
