c104dcb992
BREAKING for server->widget. if you're using an old version of the widget with the new server, it will not work. old server versions with the new widget will work fine.
65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"name": "@cap.js/server",
|
|
"version": "2.0.0",
|
|
"author": "Tiago",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tiagorangel1/cap.git"
|
|
},
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"bugs": {
|
|
"url": "https://github.com/tiagorangel1/cap/issues"
|
|
},
|
|
"description": "Server-side challenge generator and verifier for Cap, a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW.",
|
|
"homepage": "https://github.com/tiagorangel1/cap#readme",
|
|
"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"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"npm:publish": "bun publish --access public"
|
|
},
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@types/node": "^22.14.1",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|