{
  "name": "vue3-naver-maps",
  "description": "NaverMap component for Vue3",
  "version": "4.4.0",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "files": [
    "dist/*.js",
    "dist/index.d.ts",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/DongKyuuuu/vue3-naver-maps"
  },
  "author": {
    "name": "Dongkyuuuu",
    "email": "dongkyu.me@gmail.com"
  },
  "bug": {
    "url": "https://github.com/Dongkyuuuu/vue3-naver-maps/issues",
    "email": "dongkyu.me@gmail.com"
  },
  "peerDependencies": {
    "vue": "^3"
  },
  "devDependencies": {
    "@changesets/cli": "^2.29.6",
    "@commitlint/cli": "^17.8.1",
    "@commitlint/config-conventional": "^17.8.1",
    "@eslint/js": "^9.34.0",
    "@trivago/prettier-plugin-sort-imports": "^5.2.2",
    "@types/navermaps": "^3.9.1",
    "@types/node": "^22",
    "@vitejs/plugin-vue": "^6.0.1",
    "@vue/tsconfig": "^0.8.1",
    "@vuepress/client": "2.0.0-beta.59",
    "@vuepress/plugin-container": "2.0.0-beta.59",
    "@vuepress/plugin-docsearch": "2.0.0-beta.59",
    "@vuepress/plugin-register-components": "2.0.0-beta.59",
    "@vuepress/utils": "^2.0.0-alpha.1",
    "eslint": "^9.34.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-vue": "^10.4.0",
    "globals": "^16.3.0",
    "husky": "^9.1.7",
    "prettier": "^3.6.2",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.40.0",
    "vite": "^7.1.3",
    "vite-plugin-dts": "^4.5.4",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.2.4",
    "vue": "^3.2.45",
    "vue-eslint-parser": "^10.2.0",
    "vue-tsc": "^3",
    "vuepress": "2.0.0-beta.59"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vue-tsc -b && vite build",
    "lint": "eslint ./src --ext .vue,.ts,.js",
    "type-check": "vue-tsc -b",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs --clean-cache --clean-temp",
    "docs:serve": "vuepress serve docs",
    "docs:release": "bash scripts/docs-release.sh",
    "release:commit": "pnpm changeset",
    "release:version": "pnpm changeset version",
    "release": "pnpm build && pnpm changeset publish",
    "dev": "vite dev ./playground"
  }
}