Cloudflare-WAF-To-AbuseIPDB/package.json
Sefinek df578f4aeb Deps
@eslint/js   ^9.15.0  →   ^9.16.0
 axios         ^1.7.8  →    ^1.7.9
 dotenv       ^16.4.5  →   ^16.4.7
 globals     ^15.12.0  →  ^15.13.0
2024-12-08 18:59:33 +01:00

37 lines
1 KiB
JSON

{
"name": "cf-waf-to-abuseipdb",
"version": "1.2.2",
"description": "Node.js script for automatically reporting incidents to AbuseIPDB using data obtained from Cloudflare WAF.",
"keywords": [
"abuseipdb",
"cloudflare",
"cloudflare waf",
"waf",
"reporting",
"abuseipdb reporting",
"node abuseipdb"
],
"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)",
"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",
"dotenv": "^16.4.7"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"globals": "^15.13.0"
}
}