@cap.js/server
Version:
Server-side challenge generator and verifier for Cap, a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW.
65 lines (64 loc) • 1.44 kB
JSON
{
"name": "@cap.js/server",
"version": "4.0.5",
"author": "Tiago",
"repository": {
"type": "git",
"url": "git+https://github.com/tiagozip/cap.git"
},
"main": "index.js",
"bugs": {
"url": "https://github.com/tiagozip/cap/issues"
},
"description": "Server-side challenge generator and verifier for Cap, a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW.",
"homepage": "https://github.com/tiagozip/cap#readme",
"keywords": [
"security",
"detection",
"prevention",
"defense",
"protection",
"anti-abuse",
"anti-automation",
"anti-bot",
"anti-ddos",
"anti-dos",
"anti-exploitation",
"anti-spam",
"anti-scraping",
"attack-mitigation",
"protocol",
"client-server",
"computational-puzzle",
"complexity",
"puzzle",
"crypto",
"cryptographic",
"algorithm",
"cybersecurity",
"ddos",
"hashcash",
"hcaptcha",
"captcha-alternative",
"verification",
"invisible",
"pow",
"proof-of-work",
"recaptcha",
"spam",
"bots",
"filtering",
"turing-test"
],
"license": "Apache-2.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "bunx tsc && bun publish --access public"
},
"type": "commonjs",
"types": "index.d.ts",
"devDependencies": {
"@types/node": "^25.0.2",
"typescript": "^5.9.3"
}
}