@edgedev/voidgates-watcher
Version:
Watches access logs and blocks abusive IPs via Cloudflare
28 lines • 617 B
JSON
{
"name": "@edgedev/voidgates-watcher",
"version": "1.0.24",
"description": "Watches access logs and blocks abusive IPs via Cloudflare",
"bin": {
"voidgates-watcher": "bin/voidgates-watcher.js"
},
"dependencies": {
"dotenv": "^16.3.1",
"inquirer": "^12.7.0",
"node-fetch": "^3.3.2",
"tail": "^2.2.4"
},
"type": "module",
"license": "MIT",
"keywords": [
"cloudflare",
"security",
"firewall",
"ip-blocking",
"log-watcher"
],
"repository": {
"type": "git",
"url": "https://github.com/edgedev/voidgates-watcher.git"
},
"author": "Seth Fischer"
}