UFW-AbuseIPDB-Reporter/package.json
Sefinek 6625c6f2db Deps
@eslint/js  ^9.21.0  →  ^9.22.0
 axios        ^1.8.1  →   ^1.8.2
2025-03-10 23:40:21 +01:00

36 lines
1 KiB
JSON

{
"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 <contact@sefinek.net> (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.2",
"chokidar": "^4.0.3",
"cron": "^4.1.0",
"ipaddr.js": "^2.2.0",
"simple-git": "^3.27.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"globals": "^16.0.0"
}
}