@trustcaptcha/trustcaptcha-nodejs
Version:
Trustcaptcha library for nodejs with JavaScript/TypeScript
51 lines (50 loc) • 1.09 kB
JSON
{
"name": "@trustcaptcha/trustcaptcha-nodejs",
"version": "1.2.0",
"description": "Trustcaptcha library for nodejs with JavaScript/TypeScript",
"keywords": [
"captcha",
"security",
"nodejs",
"trustcaptcha",
"spam-protection",
"bot-detection",
"user-verification",
"node-library",
"backend-security",
"server-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",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "jest --config jest.config.js"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.8.10",
"@types/uuid": "^9.0.8",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
"axios": "^1.6.0",
"uuid": "^11.0.3"
},
"publishConfig": {
"access": "public"
}
}