{ "name": "ufw-abuseipdb-reporter", "version": "0.2.1", "description": "A tool (with a simple installer) that monitors UFW firewall logs in real time and reports IP addresses to the AbuseIPDB database.", "keywords": [ "ufw", "abuseipdb" ], "homepage": "https://github.com/sefinek/UFW-AbuseIPDB-Reporter#readme", "bugs": { "url": "https://github.com/sefinek/UFW-AbuseIPDB-Reporter/issues" }, "repository": { "type": "git", "url": "git+https://github.com/sefinek/UFW-AbuseIPDB-Reporter.git" }, "license": "GPL-3.0", "author": "Sefinek (https://sefinek.net)", "type": "commonjs", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "up": "ncu -u && npm install && npm update && npm audit fix" }, "dependencies": { "axios": "^1.8.1", "chokidar": "^4.0.3", "cron": "^4.1.0", "ipaddr.js": "^2.2.0", "simple-git": "^3.27.0" }, "devDependencies": { "@eslint/js": "^9.21.0", "globals": "^16.0.0" } }