37 lines
1 KiB
JSON
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.8",
|
|
"dotenv": "^16.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.15.0",
|
|
"globals": "^15.12.0"
|
|
}
|
|
}
|