@trustcomponent/trustcaptcha-react
Version:
TrustCaptcha – Privacy-first CAPTCHA solution for React. GDPR-compliant, bot protection made in Europe.
52 lines (51 loc) • 1.27 kB
JSON
{
"name": "@trustcomponent/trustcaptcha-react",
"version": "2.0.1",
"description": "TrustCaptcha – Privacy-first CAPTCHA solution for React. GDPR-compliant, bot protection made in Europe.",
"keywords": [
"captcha",
"anti-spam",
"spam-protection",
"bot-protection",
"bot-detection",
"user-verification",
"react",
"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/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",
"@trustcomponent/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"
}
}