-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "ufw-abuseipdb-reporter",
"version": "0.2.0",
"description": "A tool (with a simple installer) that monitors UFW firewall logs in real time and reports IP addresses to the AbuseIPDB database.",
"keywords": [
"ufw",
"abuseipdb"
],
"homepage": "https://github.com/sefinek/UFW-AbuseIPDB-Reporter#readme",
"bugs": {
"url": "https://github.com/sefinek/UFW-AbuseIPDB-Reporter/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek/UFW-AbuseIPDB-Reporter.git"
},
"license": "GPL-3.0",
"author": "Sefinek <[email protected]> (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.7.9",
"chokidar": "^4.0.3",
"cron": "^3.5.0",
"ipaddr.js": "^2.2.0",
"simple-git": "^3.27.0"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"globals": "^15.14.0"
}
}