Files

62 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2025-04-12 14:33:36 +01:00
{
"name": "@cap.js/solver",
2025-07-02 13:12:54 +01:00
"version": "0.1.3",
2025-05-23 15:59:26 +01:00
"description": "Server-side solver for Cap, a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW.",
2025-04-12 14:33:36 +01:00
"keywords": [
"algorithm",
2025-04-20 12:42:48 +01:00
"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",
2025-04-20 12:42:48 +01:00
"cybersecurity",
"ddos",
"defense",
"detection",
"filtering",
2025-04-20 12:42:48 +01:00
"hashcash",
"hcaptcha",
"invisible",
2025-04-20 12:42:48 +01:00
"pow",
"prevention",
2025-04-20 12:42:48 +01:00
"proof-of-work",
"protection",
"protocol",
"puzzle",
2025-04-20 12:42:48 +01:00
"recaptcha",
"security",
"spam",
"turing-test",
"verification"
2025-04-12 14:33:36 +01:00
],
"homepage": "https://github.com/tiagozip/cap#readme",
2025-04-12 14:33:36 +01:00
"bugs": {
2025-08-28 11:40:46 +01:00
"url": "https://github.com/tiagozip/cap/issues"
2025-04-12 14:33:36 +01:00
},
"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"
},
2025-04-23 17:34:28 +01:00
"dependencies": {
2025-05-24 08:57:13 +01:00
"@cap.js/wasm": "^0.0.4"
2025-04-23 17:34:28 +01:00
}
2025-04-12 14:33:36 +01:00
}