UNPKG

@trustcaptcha/trustcaptcha-vue

Version:

Trustcaptcha library for vue

56 lines (55 loc) 1.32 kB
{ "name": "@trustcaptcha/trustcaptcha-vue", "version": "1.8.4", "description": "Trustcaptcha library for vue", "keywords": [ "captcha", "security", "vue", "trustcaptcha", "spam-protection", "bot-detection", "user-verification", "vue-library", "frontend-security", "web-security", "gdpr", "privacy", "made-in-germany", "eu", "european-union" ], "author": "Trustcaptcha GmbH (mail@trustcaptcha.com)", "license": "Apache-2.0", "homepage": "https://www.trustcaptcha.com", "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": { "@trustcaptcha/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" } }