{
  "name": "@trustcaptcha/trustcaptcha-react",
  "version": "1.9.2",
  "description": "TrustCaptcha for React",
  "keywords": [
    "captcha",
    "security",
    "react",
    "trustcaptcha",
    "spam-protection",
    "bot-detection",
    "user-verification",
    "react-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/react-captcha",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@stencil/react-output-target": "^0.8.2",
    "@trustcaptcha/trustcaptcha-frontend": "*"
  },
  "scripts": {
    "test": "node ./__tests__/react-library.test.js",
    "build": "npm run tsc",
    "tsc": "tsc -p . --outDir ./dist"
  },
  "devDependencies": {
    "@types/react": "^18.0.35",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "^5.0.4"
  }
}
