122 lines
2.8 KiB
JSON
122 lines
2.8 KiB
JSON
{
|
|
"version": "0.0.5",
|
|
"name": "@cap.js/cli",
|
|
"module": "index.js",
|
|
"description": "CLI server-side solver for Cap, a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW.",
|
|
"type": "module",
|
|
"private": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tiagorangel1/cap.git"
|
|
},
|
|
"scripts": {
|
|
"npm:publish": "npm publish --access public"
|
|
},
|
|
"author": "Tiago",
|
|
"keywords": [
|
|
"account security",
|
|
"abuse detection",
|
|
"abuse prevention",
|
|
"api abuse",
|
|
"api defense",
|
|
"api analytics",
|
|
"api protection",
|
|
"api security",
|
|
"anti-abuse",
|
|
"anti-automation",
|
|
"anti-bot",
|
|
"anti-ddos",
|
|
"anti-dos",
|
|
"anti-exploitation",
|
|
"anti-spam",
|
|
"application security",
|
|
"automated attacks",
|
|
"automated scraping",
|
|
"bot defense",
|
|
"bot detection",
|
|
"bot management",
|
|
"bot mitigation",
|
|
"bot prevention",
|
|
"bot traffic",
|
|
"brute force",
|
|
"challenge generator",
|
|
"challenge string",
|
|
"challenge verifier",
|
|
"challenge-response",
|
|
"challenge-response protocol",
|
|
"client-server architecture",
|
|
"computational challenge",
|
|
"computational complexity",
|
|
"computational defense",
|
|
"computational puzzle",
|
|
"crypto puzzle",
|
|
"cryptographic algorithm",
|
|
"cryptographic challenge",
|
|
"cryptographic defense",
|
|
"cryptographic puzzle",
|
|
"cybersecurity",
|
|
"ddos",
|
|
"ddos protection",
|
|
"defense mechanism",
|
|
"digital security",
|
|
"form security",
|
|
"fraud detection",
|
|
"fraud prevention",
|
|
"hash function",
|
|
"hash puzzle",
|
|
"hashcash",
|
|
"hcaptcha",
|
|
"captcha alternative",
|
|
"human test",
|
|
"human verification",
|
|
"internet security",
|
|
"invisible captcha",
|
|
"login security",
|
|
"malicious traffic",
|
|
"pow",
|
|
"proof of work",
|
|
"proof-of-work",
|
|
"recaptcha",
|
|
"security challenge",
|
|
"security component",
|
|
"security library",
|
|
"server defense",
|
|
"spam bots",
|
|
"spam filtering",
|
|
"spam mitigation",
|
|
"spam prevention",
|
|
"target difficulty",
|
|
"threat intelligence",
|
|
"traffic management",
|
|
"traffic monitoring",
|
|
"turing test",
|
|
"unwanted traffic",
|
|
"user experience",
|
|
"web application protection",
|
|
"web application security",
|
|
"web defense",
|
|
"web defense system",
|
|
"website defense",
|
|
"website protection",
|
|
"website security"
|
|
],
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@cap.js/solver": "0.0.3",
|
|
"kleur": "^4.1.5"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"cli": "./index.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tiagorangel1/cap/issues"
|
|
},
|
|
"homepage": "https://github.com/tiagorangel1/cap#readme"
|
|
}
|