google-recaptcha-vue3
Version:
A lightweight Vue 3 component library supporting Google reCAPTCHA v2 and v3 integration.
48 lines (47 loc) • 1.13 kB
JSON
{
"name": "google-recaptcha-vue3",
"version": "1.0.2",
"type": "module",
"description": "A lightweight Vue 3 component library supporting Google reCAPTCHA v2 and v3 integration.",
"main": "google-recaptcha-vue3.umd.js",
"module": "google-recaptcha-vue3.es.js",
"files": [
"dist"
],
"exports": {
".": {
"import": "./google-recaptcha-vue3.es.js",
"require": "./google-recaptcha-vue3.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"vite": "^6.2.6"
},
"keywords": [
"vue3",
"google-recaptcha",
"recaptcha-v2",
"recaptcha-v3",
"vue-component",
"captcha",
"vue-plugin"
],
"author": "Shiv Baran Singh <spyshiv@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/spyshiv/google-recaptcha-vue3.git"
},
"bugs": {
"url": "https://github.com/spyshiv/google-recaptcha-vue3/issues"
},
"homepage": "https://github.com/spyshiv/google-recaptcha-vue3#readme"
}