Files
cap/solver/package.json
T

62 lines
1.3 KiB
JSON
Raw 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
"main": "index.js",
"scripts": {
"test": "bun ./example.js",
2025-07-02 13:12:54 +01:00
"npm:publish": "bun publish --access public"
2025-04-12 14:33:36 +01:00
},
"author": "Tiago",
2025-04-14 19:34:31 +01:00
"license": "Apache-2.0",
2025-04-12 14:33:36 +01:00
"repository": {
"type": "git",
"url": "git+https://github.com/tiagorangel1/cap.git"
},
"keywords": [
"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",
"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",
"captcha-alternative",
"verification",
"invisible",
2025-04-20 12:42:48 +01:00
"pow",
"proof-of-work",
"recaptcha",
"spam",
"bots",
"filtering",
"turing-test"
2025-04-12 14:33:36 +01:00
],
"bugs": {
"url": "https://github.com/tiagorangel1/cap/issues"
},
2025-04-23 17:34:28 +01:00
"homepage": "https://github.com/tiagorangel1/cap#readme",
"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
}