-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.03 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
{
"name": "malicious-ip-addresses",
"version": "1.0.1",
"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 <[email protected]> (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",
"remove": "node utils/removeByCriteria.js"
},
"dependencies": {
"axios": "^1.7.7",
"csv-parse": "^5.5.6"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"globals": "^15.12.0"
}
}