{ "name": "cf-waf-to-abuseipdb", "version": "1.6.0", "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#readme", "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 (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" } }