-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.17 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.17 KB
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
38
39
40
41
42
{
"name": "ufw-abuseipdb-reporter",
"version": "0.5.1",
"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 <contact@sefinek.net> (https://sefinek.net)",
"type": "commonjs",
"main": "index.js",
"scripts": {
"m": "ncu -u && npm install && npm update",
"pull": "git pull origin main && git submodule update --init",
"test": "echo \"Error: no test specified\" && exit 1",
"update": "npm run pull && npm ci --omit=dev && pm2 restart ufw-abuseipdb"
},
"dependencies": {
"@logdna/tail-file": "^4.0.2",
"axios": "^1.15.1",
"cron": "^4.4.0",
"csv-parse": "^6.2.1",
"csv-stringify": "^6.7.0",
"form-data": "^4.0.5",
"ipaddr.js": "^2.3.0",
"semver": "^7.7.4",
"simple-git": "^3.36.0",
"split2": "^4.2.0",
"ufw-log-parser": "^0.1.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"globals": "^17.5.0"
},
"engines": {
"node": ">=20.12.0"
}
}