2025-01-13 20:01:26 +00:00
{
"name" : "@cap.js/server" ,
2025-12-14 14:56:31 +00:00
"version" : "4.0.5" ,
2025-04-24 16:01:37 +01:00
"author" : "Tiago" ,
2025-01-15 16:46:07 +00:00
"repository" : {
"type" : "git" ,
2025-08-28 11:40:46 +01:00
"url" : "git+https://github.com/tiagozip/cap.git"
2025-01-15 16:46:07 +00:00
},
"main" : "index.js" ,
"bugs" : {
2025-08-28 11:40:46 +01:00
"url" : "https://github.com/tiagozip/cap/issues"
2025-01-15 16:46:07 +00:00
},
2025-05-23 15:59:26 +01:00
"description" : "Server-side challenge generator and verifier for Cap, a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW." ,
2025-08-28 11:40:46 +01:00
"homepage" : "https://github.com/tiagozip/cap#readme" ,
2025-01-13 20:01:26 +00:00
"keywords" : [
2025-05-30 17:28:49 +01:00
"security" ,
"detection" ,
"prevention" ,
"defense" ,
"protection" ,
2025-04-20 12:42:48 +01:00
"anti-abuse" ,
"anti-automation" ,
"anti-bot" ,
"anti-ddos" ,
"anti-dos" ,
"anti-exploitation" ,
"anti-spam" ,
2025-05-30 17:28:49 +01:00
"anti-scraping" ,
"attack-mitigation" ,
"protocol" ,
"client-server" ,
"computational-puzzle" ,
"complexity" ,
"puzzle" ,
"crypto" ,
"cryptographic" ,
"algorithm" ,
2025-04-20 12:42:48 +01:00
"cybersecurity" ,
"ddos" ,
"hashcash" ,
"hcaptcha" ,
2025-05-30 17:28:49 +01:00
"captcha-alternative" ,
"verification" ,
"invisible" ,
2025-04-20 12:42:48 +01:00
"pow" ,
"proof-of-work" ,
"recaptcha" ,
2025-05-30 17:28:49 +01:00
"spam" ,
"bots" ,
"filtering" ,
"turing-test"
2025-01-13 20:01:26 +00:00
],
2025-04-14 19:34:31 +01:00
"license" : "Apache-2.0" ,
2025-01-13 20:01:26 +00:00
"scripts" : {
"test" : "echo \"Error: no test specified\" && exit 1" ,
2025-09-23 17:05:58 +01:00
"publish" : "bunx tsc && bun publish --access public"
2025-01-13 20:01:26 +00:00
},
2025-04-24 16:01:37 +01:00
"type" : "commonjs" ,
2025-12-14 14:56:31 +00:00
"types" : "index.d.ts" ,
"devDependencies" : {
"@types/node" : "^25.0.2" ,
"typescript" : "^5.9.3"
2025-04-24 16:01:37 +01:00
}
2025-01-13 20:01:26 +00:00
}