108 lines
2.5 KiB
JSON
108 lines
2.5 KiB
JSON
{
|
|
"name": "cap-standalone",
|
|
"version": "1.0.10",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "bun run --watch src/index.js",
|
|
"docker:publish": "docker buildx build --platform linux/amd64,linux/arm64 -t tiago2/cap:latest . --push"
|
|
},
|
|
"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"
|
|
],
|
|
"dependencies": {
|
|
"@cap.js/server": "^1.0.10",
|
|
"@elysiajs/cors": "^1.2.0",
|
|
"@elysiajs/static": "^1.2.0",
|
|
"elysia": "^1.2.25",
|
|
"elysia-rate-limit": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "latest"
|
|
},
|
|
"module": "src/index.js"
|
|
}
|