@cap.js/solver
Version:
Server-side solver for Cap, a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW.
62 lines (61 loc) • 1.31 kB
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.",
"main": "index.js",
"scripts": {
"test": "bun ./example.js",
"npm:publish": "bun publish --access public"
},
"author": "Tiago",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/tiagorangel1/cap.git"
},
"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"
],
"bugs": {
"url": "https://github.com/tiagorangel1/cap/issues"
},
"homepage": "https://github.com/tiagorangel1/cap#readme",
"dependencies": {
"@cap.js/wasm": "^0.0.4"
}
}