36 lines
1 KiB
JSON
36 lines
1 KiB
JSON
{
|
|
"name": "ufw-abuseipdb-reporter",
|
|
"version": "0.1.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",
|
|
"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.7.9",
|
|
"chokidar": "^4.0.3",
|
|
"cron": "^3.5.0",
|
|
"ipaddr.js": "^2.2.0",
|
|
"simple-git": "^3.27.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.18.0",
|
|
"globals": "^15.14.0"
|
|
}
|
|
}
|