@trustcomponent/trustcaptcha-vue
Version:
TrustCaptcha – Privacy-first CAPTCHA solution for Vue.js. GDPR-compliant, bot protection made in Europe.
55 lines (54 loc) • 1.43 kB
JSON
{
"name": "@trustcomponent/trustcaptcha-vue",
"version": "2.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",
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "rollup -c",
"dev": "rollup -c -w",
"tsc": "tsc -p . --outDir ./dist"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@trustcomponent/trustcaptcha-frontend": "*",
"rollup-plugin-dts": "^5.3.0"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"rollup": "^4.13.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"rollup-plugin-vue": "^6.0.0",
"vue": "^3.2.47"
}
}