{
  "name": "@staski/vue-img-mapper",
  "version": "0.1.1",
  "description": "Vue Component to highlight interactive zones in images",
  "keywords": [
    "vue",
    "vue-img-mapper",
    "vue-image-mapper",
    "img-mapper",
    "image-mapper",
    "img mapper",
    "image mapper"
  ],
  "homepage": "https://github.com/staski/vue-img-mapper",
  "bugs": {
    "url": "https://github.com/staski/vue-img-mapper/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/staski/vue-img-mapper.git"
  },
  "license": "MIT",
  "author": "Nisharg Shah (with minor additions by staski)",
  "type": "commonjs",
  "main": "dist/vue-img-mapper.umd.js",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "serve": "vite preview",
    "pre-commit": "npx husky add .husky/pre-commit \"npx lint-staged\"",
    "prepublishOnly": "npm run build",
    "prepare": "npm run build && husky install"
  },
  "lint-staged": {
    "*.{vue,js}": [
      "eslint --fix"
    ]
  },
  "dependencies": {
    "vue": "^3.2.6"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^1.6.0",
    "@vue/compiler-sfc": "^3.0.5",
    "babel-eslint": "^10.1.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.1",
    "eslint-plugin-vue": "^7.17.0",
    "husky": "^7.0.2",
    "lint-staged": "^11.1.2",
    "prettier": "^2.3.2",
    "vite": "^2.9.16",
    "vite-plugin-eslint": "^1.3.0"
  }
}
