-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1003 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1003 Bytes
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
{
"name": "malicious-ip-addresses",
"version": "1.3.3",
"homepage": "https://github.com/sefinek/Malicious-IP-Addresses#readme",
"bugs": {
"url": "https://github.com/sefinek/Malicious-IP-Addresses/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek/Malicious-IP-Addresses.git"
},
"license": "MIT",
"author": "Sefinek <contact@sefinek.net> (https://sefinek.net)",
"type": "module",
"main": "scripts/update-list.js",
"scripts": {
"cleanup": "node scripts/cleanup.js",
"m": "ncu -u && npm install && npm update",
"remove": "node removeByCriteria.js",
"report": "node scripts/utils/generate-report.js",
"test": "echo \"Error: no test specified\" && exit 1",
"update": "node scripts/update-list.js"
},
"dependencies": {
"axios": "^1.15.0",
"csv-parse": "^6.2.1",
"csv-stringify": "^6.7.0",
"ipaddr.js": "^2.3.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"globals": "^17.5.0"
}
}