Files
cap/solver-cli/package.json
T

245 lines
5.1 KiB
JSON
Raw Normal View History

{
"version": "0.0.3",
"name": "@cap.js/cli",
"module": "index.js",
2025-04-22 19:22:39 +01:00
"description": "CLI Solver for the Cap CAPTCHA",
"type": "module",
"private": false,
2025-04-22 19:25:11 +01:00
"repository": {
"type": "git",
"url": "git+https://github.com/tiagorangel1/cap.git"
},
"scripts": {
"npm:publish": "npm publish --access public"
},
"author": "Tiago",
2025-04-22 19:21:44 +01:00
"keywords": [
"account security",
"abuse detection",
"abuse prevention",
"api abuse",
"api defense",
"api analytics",
"api protection",
"api security",
"algorithm",
"algorithm implementation",
"alerting",
"anti-abuse",
"anti-automation",
"anti-bot",
"anti-bot component",
"anti-ddos",
"anti-dos",
"anti-exploitation",
"anti-spam",
"application security",
"authentication",
"authentication protocol",
"automated attacks",
"automated scraping",
"behavioral analysis",
"bot defense",
"bot detection",
"bot detection monitoring",
"bot management",
"bot mitigation",
"bot prevention",
"bot traffic",
"bots",
"brute force",
"bun",
"bun runtime",
"challenge generator",
"challenge string",
"challenge verifier",
"challenge-response",
"challenge-response protocol",
"client defense",
"client-side",
"client-server architecture",
"compute",
"compute bound",
"computation",
"computational challenge",
"computational complexity",
"computational defense",
"computational puzzle",
"configuration",
"cpu bound",
"cross-platform",
"crypto",
"crypto puzzle",
"cryptographic algorithm",
"cryptographic challenge",
"cryptographic defense",
"cryptographic puzzle",
"cryptography",
"cryptography library",
"customization",
"cybersecurity",
"ddos",
"ddos protection",
"defense mechanism",
"degree of difficulty",
"dependencies",
"deployment",
"design",
"developer tool",
"development",
"development environment",
"difficulty",
"digest",
"digital security",
"distributed computing",
"dos",
"encryption",
"exploit mitigation",
"form security",
"fraud detection",
"fraud prevention",
"frontend development",
"frontend js",
"fullstack js",
"hash function",
"hash puzzle",
"hashcash",
"hashing",
"hashing library",
"hcaptcha",
"human test",
"human verification",
"image captcha",
"incident response",
"infrastructure security",
"integration",
"integrity",
"internet security",
"invisible captcha",
"js",
"js runtime",
"javascript",
"javascript tool",
"library",
"lightweight",
"logging",
"logic",
"login security",
"low overhead",
"machine learning",
"malicious traffic",
"minimal",
"mining",
"mitigation technique",
"module",
"modules",
"monitoring",
"minimalist",
"node",
"node.js",
"node.js runtime",
"node.js tool",
"nonce",
"non-blocking i/o",
"online security",
"open source",
"optimization",
"package",
"parallel computation",
"performant",
"performance",
"performance monitoring",
"performance optimization",
"performance testing",
"pnpm",
"pow",
"process",
"production",
"programming",
"proof",
"proof generation",
"proof generator",
"proof of work",
"proof verification",
"proof verifier",
"proof-of-work",
"quick",
"rate limiting",
"ratelimit",
"recaptcha",
"reliability",
"request",
"resilience",
"resource efficient",
"scrapers",
"secure hashing",
"security analytics",
"security challenge",
"security component",
"security library",
"security measure",
"security model",
"security monitoring",
"security protocol",
"security system",
"security technique",
"security testing",
"server defense",
"software development",
"solver",
"spam bots",
"spam filtering",
"spam mitigation",
"spam prevention",
"target difficulty",
"threat intelligence",
"traffic management",
"traffic monitoring",
"turing test",
"unwanted traffic",
"user experience",
"validation",
"validation process",
"verification",
"verification process",
"verifier",
"vulnerability",
"web application protection",
"web application security",
"web defense",
"web defense system",
"web development",
"web scraping",
"web security",
"web security tool",
"web services",
"web worker",
"web workers",
"website defense",
"website protection",
"website security",
"work validation",
"worker thread",
"workers",
"captcha solver"
],
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@cap.js/solver": "latest",
2025-04-22 19:25:11 +01:00
"kleur": "^4.1.5"
},
2025-04-22 19:21:44 +01:00
"license": "Apache-2.0",
"bin": {
"cli": "./index.js"
2025-04-22 19:25:11 +01:00
},
"bugs": {
"url": "https://github.com/tiagorangel1/cap/issues"
},
"homepage": "https://github.com/tiagorangel1/cap#readme"
}