-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.04 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "neoss",
"author": {
"name": "Pablo Lecolinet",
"email": "[email protected]",
"url": "https://github.com/PabloLec"
},
"version": "1.1.11",
"description": "",
"main": "build/main.js",
"types": "build/main.d.ts",
"scripts": {
"build": "tsc --build"
},
"preferGlobal": true,
"bin": {
"neoss": "build/main.js"
},
"license": "BSD 3-Clause License",
"keywords": [
"ss",
"socket statistic",
"socket statistics",
"port",
"ports",
"connection",
"monitoring",
"network",
"cybersec",
"cyber security",
"security",
"tui",
"cui",
"tool",
"linux",
"unix"
],
"repository": "github:PabloLec/neoss",
"dependencies": {
"@types/node": "^22.0.0",
"ansi-regex": "^6.0.0",
"blessed": "^0.1.81",
"neo-blessed": "^0.2.0",
"whois-json": "^2.1.0"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.10",
"ts-node": "^10.2.1",
"typescript": "^5.0.2"
}
}