Cloudflare-WAF-To-AbuseIPDB/package.json
2025-03-21 09:45:24 +01:00

30 lines
920 B
JSON

{
"name": "cf-waf-to-abuseipdb",
"version": "1.5.1",
"description": "Node.js script for automatically reporting incidents to AbuseIPDB using data obtained from Cloudflare WAF.",
"homepage": "https://github.com/sefinek/Cloudflare-WAF-To-AbuseIPDB",
"bugs": {
"url": "https://github.com/sefinek/Cloudflare-WAF-To-AbuseIPDB/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek/Cloudflare-WAF-To-AbuseIPDB.git"
},
"license": "MIT",
"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.4",
"cron": "^4.1.0",
"ipaddr.js": "^2.2.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"globals": "^16.0.0"
}
}