{
  "name": "vue3-click-away",
  "version": "1.2.4",
  "description": "Vue 3.0 Compatible Click Away Directive",
  "main": "dist/common.js",
  "module": "dist/module.js",
  "typings": "dist/types/index.d.ts",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:serve": "vitepress serve docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VinceG/vue-click-away.git"
  },
  "keywords": [
    "vue",
    "vue.js",
    "vue3",
    "3.0",
    "clickaway",
    "outside",
    "click",
    "away",
    "clickoutside"
  ],
  "author": {
    "name": "Vincent Gabriel",
    "email": "vadimg88@gmail.com",
    "url": "https://github.com/vinceg"
  },
  "contributors": [
    {
      "name": "Denis Karabaza",
      "email": "denis.karabaza@gmail.com",
      "url": "https://github.com/simplesmiler"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/VinceG/vue-click-away/issues"
  },
  "homepage": "https://github.com/VinceG/vue-click-away#readme",
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/plugin-transform-arrow-functions": "^7.10.4",
    "rollup": "^2.27.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-copy": "^3.3.0",
    "vitepress": "^0.9.0"
  },
  "dependencies": {}
}
