{
  "name": "@trustcaptcha/trustcaptcha-vue",
  "version": "1.9.2",
  "description": "TrustCaptcha for Vue.js",
  "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": "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": {
    "@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"
  }
}
