-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.07 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
{
"name": "malicious-ip-addresses",
"version": "1.1.0",
"description": "This repository contains a list of various IP addresses associated with different malicious activities on the network.\r Most of them are part of botnets used to carry out cyberattacks, such as DDoS (Distributed Denial of Service) attacks.",
"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)",
"main": "actions/update-list.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"up": "ncu -u && npm install && npm update && npm audit fix",
"remove": "node utils/removeByCriteria.js"
},
"dependencies": {
"axios": "^1.7.9",
"csv-parse": "^5.6.0",
"ipaddr.js": "^2.2.0"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"globals": "^15.14.0"
}
}