-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "cf-waf-to-abuseipdb",
"version": "1.2.3",
"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"
}
}