29 lines
898 B
JSON
29 lines
898 B
JSON
{
|
|
"name": "cf-waf-to-abuseipdb",
|
|
"version": "1.4.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.2",
|
|
"ipaddr.js": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.22.0",
|
|
"globals": "^16.0.0"
|
|
}
|
|
}
|