-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 842 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 842 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
35
36
37
{
"name": "nexusbrute",
"version": "2.6.0",
"description": "A modular Node.js toolkit for ethical security testing",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"security",
"penetration-testing",
"brute-force",
"jwt",
"websocket",
"security-testing",
"ethical-hacking"
],
"author": "PicoBaz <picobaz3@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"chalk": "^4.1.2",
"ws": "^8.14.2"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/PicoBaz/NexusBrute.git"
},
"bugs": {
"url": "https://github.com/PicoBaz/NexusBrute/issues"
},
"homepage": "https://github.com/PicoBaz/NexusBrute#readme"
}