-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.3 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.3 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "prowl-ip-reputation",
"version": "1.0.0",
"description": "Prowl is an API that allows you to send IP and in return obtain the reputation of the IP as well as indicators of attacks and indicators of compromise associated with the address. Lupovis monitors the web in real time and identifies malicious IP addresses for you.",
"main": "./dist/index.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "rm -rf dist && tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lupovis/Prowl-API.git"
},
"keywords": [
"nodejs",
"security",
"osint",
"geolocation",
"cybersecurity",
"anti-spam",
"infosec",
"ip-lookup",
"anti-bot",
"antispam",
"ip-blacklist",
"security-tools",
"reconnaissance",
"ip-reputation",
"indicators-of-compromise",
"ip-reputation-checker",
"ip-lookup-api",
"ip-blocklist",
"ipscore",
"indicators-of-attack"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Lupovis/Prowl-API/issues"
},
"homepage": "https://github.com/Lupovis/Prowl-API#readme",
"dependencies": {
"axios": "1.2.2"
},
"devDependencies": {
"@types/jest": "29.2.5",
"jest": "29.3.1",
"ts-jest": "29.0.3"
}
}