{
  "name": "vue3-recaptcha-v2",
  "version": "2.1.0",
  "description": "reCAPTCHA for Vue3 : CompositionAPI, Types",
  "type": "module",
  "main": "./dist/index.umd.cjs",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/dongkyuuuu/vue3-recaptcha-v2.git"
  },
  "author": "DongKyuuuu",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "keywords": [
    "vue",
    "vue3",
    "vue-component",
    "google-recaptcha",
    "recaptcha"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.umd.cjs"
    }
  },
  "scripts": {
    "build": "vite build -c ./vite.config.ts",
    "dev": "vite ./playground",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
    "release": "sh scripts/release.sh"
  },
  "peerDependencies": {
    "vue": "^3"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^4.3.4",
    "conventional-changelog-cli": "^4.1.0",
    "typescript": "^5.2.2",
    "vite": "^4.4.9",
    "vite-plugin-dts": "^3.5.3",
    "vue": "^3.3.4"
  },
  "packageManager": "yarn@3.6.3"
}