UNPKG

@trustcaptcha/trustcaptcha-nodejs

Version:

TrustCaptcha for Node.js

51 lines (50 loc) 1.06 kB
{ "name": "@trustcaptcha/trustcaptcha-nodejs", "version": "1.2.1", "description": "TrustCaptcha for Node.js", "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": "TrustComponent (mail@trustcomponent.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" } }