{ "name": "cap-standalone", "version": "2.0.5", "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": "2.0.0", "@elysiajs/cors": "^1.3.3", "@elysiajs/static": "^1.3.0", "@elysiajs/swagger": "^1.3.1", "elysia": "^1.3.5", "elysia-rate-limit": "^4.4.0" }, "devDependencies": { "bun-types": "latest" }, "module": "src/index.js" }