{
  "name": "@w3geo/vue-place-search",
  "private": false,
  "version": "2.0.0",
  "type": "module",
  "files": [
    "dist/"
  ],
  "main": "./dist/vue-place-search.js",
  "types": "./dist/src/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/w3geo/vue-place-search.git"
  },
  "keywords": [
    "search",
    "places",
    "austria",
    "vue3",
    "vue"
  ],
  "module": "./dist/vue-place-search.js",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/vue-place-search.js"
    },
    "./dist/style.css": {
      "import": "./dist/style.css"
    }
  },
  "scripts": {
    "dev": "npm run watch & vite -c example/vite.config.mjs",
    "build": "vue-tsc -b && vite build",
    "preview": "vite preview",
    "prepublishOnly": "npm run build",
    "watch": "nodemon --watch src -e js,json,mjs,vue --exec 'npm run build'",
    "test": "npm run lint && npm run typecheck",
    "lint": "eslint .",
    "typecheck": "vue-tsc --noEmit"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.26.8",
    "@types/node": "^20.14.9",
    "@vitejs/plugin-vue": "^5.0.5",
    "@vue/eslint-config-prettier": "^10.1.0",
    "eslint": "^9.13.0",
    "eslint-config-vuetify": "^2.0.5",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-prettier": "^5.2.3",
    "eslint-plugin-vue": "^9.30.0",
    "nodemon": "^3.1.7",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "typescript": "^5.2.2",
    "vite": "^5.3.1",
    "vite-plugin-dts": "^4.5.0",
    "vite-plugin-vuetify": "^2.1.0",
    "vue-tsc": "^2.2.0"
  },
  "peerDependencies": {
    "@mdi/js": "^7.4.47",
    "@types/geojson": "^7946.0.14",
    "ol": "*",
    "vue": "^3.5.13",
    "vuetify": "^3.7.11",
    "quick-score": "^0.2.0"
  }
}
