894c9e6ab9
optimizations, format releases widget@0.1.38; standalone@2.2.0
65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"name": "@cap.js/server",
|
|
"version": "4.0.5",
|
|
"description": "Server-side challenge generator and verifier 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"
|
|
},
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"publish": "bunx tsc && bun publish --access public"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.2",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|