UNPKG

@trustcomponent/trustcaptcha-vue

Version:

TrustCaptcha – Privacy-first CAPTCHA solution for Vue.js. GDPR-compliant, bot protection made in Europe.

51 lines (50 loc) 1.19 kB
{ "name": "@trustcomponent/trustcaptcha-vue", "version": "3.0.1", "description": "TrustCaptcha – Privacy-first CAPTCHA solution for Vue.js. GDPR-compliant, bot protection made in Europe.", "keywords": [ "captcha", "anti-spam", "spam-protection", "bot-protection", "bot-detection", "user-verification", "vue", "vue-js", "privacy", "gdpr", "europe", "trustcaptcha", "captcha-service", "made-in-europe" ], "author": "TrustComponent (mail@trustcomponent.com)", "license": "Apache-2.0", "homepage": "https://www.trustcomponent.com/en/products/captcha/integrations/vue-captcha", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "type": "module", "sideEffects": false, "scripts": { "build": "npm run tsc", "tsc": "tsc -p . --outDir ./dist" }, "publishConfig": { "access": "public" }, "peerDependencies": { "vue": ">=3.3.0 <4.0.0" }, "dependencies": { "@stencil/vue-output-target": "^0.13.1", "@trustcomponent/trustcaptcha-frontend": "*" }, "devDependencies": { "typescript": "^5.9.3", "vue": "^3.5.0" } }