@trustcaptcha/trustcaptcha-react
Version:
Trustcaptcha library for react
54 lines (53 loc) • 1.19 kB
JSON
{
"name": "@trustcaptcha/trustcaptcha-react",
"version": "1.8.4",
"description": "Trustcaptcha library 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": "Trustcaptcha GmbH (mail@trustcaptcha.com)",
"license": "Apache-2.0",
"homepage": "https://www.trustcaptcha.com",
"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"
}
}