60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"name": "cap-standalone",
|
|
"version": "2.1.0",
|
|
"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": [
|
|
"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"
|
|
],
|
|
"dependencies": {
|
|
"@cap.js/server": "^4.0.3",
|
|
"@elysiajs/cors": "^1.4.0",
|
|
"@elysiajs/static": "^1.4.4",
|
|
"@elysiajs/swagger": "^1.3.1",
|
|
"elysia": "^1.4.12",
|
|
"elysia-rate-limit": "4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "latest"
|
|
},
|
|
"module": "src/index.js"
|
|
}
|