37 lines
1 KiB
JSON
37 lines
1 KiB
JSON
{
|
|
"name": "waf-to-abuseipdb",
|
|
"version": "1.1.4",
|
|
"description": "A Node.js project that enables automatic reporting of incidents detected by Cloudflare WAF to the AbuseIPDB database.",
|
|
"keywords": [
|
|
"abuseipdb",
|
|
"cloudflare",
|
|
"cloudflare-waf",
|
|
"waf",
|
|
"reporting",
|
|
"abuseipdb-reporting",
|
|
"node-abuseipdb"
|
|
],
|
|
"homepage": "https://github.com/sefinek24/Node-Cloudflare-WAF-AbuseIPDB#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/sefinek24/Node-Cloudflare-WAF-AbuseIPDB/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sefinek24/Node-Cloudflare-WAF-AbuseIPDB.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Sefinek <contact@nekosia.cat> (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.7",
|
|
"dotenv": "^16.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.10.0",
|
|
"globals": "^15.9.0"
|
|
}
|
|
}
|