{
  "name": "vue-naver-maps",
  "version": "1.0.0",
  "description": "NAVER Maps component for vue.js",
  "main": "dist/vue-naver-maps.js",
  "author": {
    "name": "Shin-JaeHeon",
    "email": "shinjaeheon520614@gmail.com",
    "url": "https://shin-jaeheon.github.io/vue-naver-maps"
  },
  "scripts": {
    "build": "webpack-cli --config webpack.config.js"
  },
  "bug": {
    "url": "https://github.com/Shin-JaeHeon/vue-naver-maps/issues",
    "email": "shinjaeheon520614@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Shin-JaeHeon/vue-naver-maps.git"
  },
  "license": "MIT",
  "dependencies": {
    "vue": "^2.6.14"
  },
  "devDependencies": {
    "@babel/cli": "^7.21.5",
    "@babel/core": "^7.21.8",
    "@babel/preset-env": "7.21.5",
    "@types/navermaps": "^3.0.10",
    "babel-loader": "^8.2.3",
    "babel-minify": "^0.5.2",
    "babel-preset-minify": "^0.5.1",
    "vue-loader": "^15.9.8",
    "vue-template-compiler": "^2.6.14",
    "webpack": "^5.99.9",
    "webpack-cli": "^4.10.0"
  }
}
