Files
tiago 894c9e6ab9 feat: speculative challenges, jwt challenge tokens, standalone
optimizations, format
releases widget@0.1.38; standalone@2.2.0
2026-03-01 13:20:48 +00:00

62 lines
1.3 KiB
JSON

{
"name": "@cap.js/solver",
"version": "0.1.3",
"description": "Server-side solver for Cap, a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW.",
"keywords": [
"algorithm",
"anti-abuse",
"anti-automation",
"anti-bot",
"anti-ddos",
"anti-dos",
"anti-exploitation",
"anti-scraping",
"anti-spam",
"attack-mitigation",
"bots",
"captcha-alternative",
"client-server",
"complexity",
"computational-puzzle",
"crypto",
"cryptographic",
"cybersecurity",
"ddos",
"defense",
"detection",
"filtering",
"hashcash",
"hcaptcha",
"invisible",
"pow",
"prevention",
"proof-of-work",
"protection",
"protocol",
"puzzle",
"recaptcha",
"security",
"spam",
"turing-test",
"verification"
],
"homepage": "https://github.com/tiagozip/cap#readme",
"bugs": {
"url": "https://github.com/tiagozip/cap/issues"
},
"license": "Apache-2.0",
"author": "Tiago",
"repository": {
"type": "git",
"url": "git+https://github.com/tiagozip/cap.git"
},
"main": "index.js",
"scripts": {
"test": "bun ./example.js",
"npm:publish": "bun publish --access public"
},
"dependencies": {
"@cap.js/wasm": "^0.0.4"
}
}