-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
92 lines (92 loc) · 2.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "serverMmon",
"version": "1.8",
"ignore": [
".gitignore"
],
"bin": "./index.js",
"description": "青蛇探针",
"homepage": "https://github.com/souying/serverMmon",
"keywords": [
"青蛇探针",
"serverMmon",
"ssh",
"webssh",
"terminal",
"webterminal",
"serverMmon",
"system information",
"sysinfo",
"monitor",
"monitoring",
"os",
"linux",
"osx",
"cpu",
"cpuload",
"memory",
"file system",
"fsstats",
"diskio",
"netstats",
"network",
"network connections",
"processes",
"users",
"internet",
"docker",
"battery",
"CLI"
],
"license": "SEE LICENSE IN FILE - LICENSE",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/souying/serverMmon"
},
"engines": {
"node": ">= 14"
},
"bugs": {
"url": "https://github.com/souying/serverMmon/issues"
},
"dependencies": {
"axios": "^1.3.4",
"cidr-matcher": "^2.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "^4.18.1",
"express-jwt": "^8.4.1",
"express-session": "^1.17.3",
"express-ws": "^5.0.2",
"http-errors": "~1.6.3",
"iconv-lite": "^0.6.3",
"jsonwebtoken": "^9.0.0",
"morgan": "~1.9.1",
"nedb": "^1.8.0",
"node-cache": "^5.1.2",
"nodemon": "^2.0.21",
"request": "^2.88.2",
"socket.io": "^4.5.1",
"ssh2": "^1.11.0",
"validator": "^13.7.0",
"@vercel/node": "^2.14.1"
},
"scripts": {
"start": "node index.js",
"devStart": "nodemon index.js",
"build": "node index.js",
"builds": "webpack --progress --config scripts/webpack.common.js --mode=production",
"package": "mkdir -p dist && pkg --targets node14-linux-x64,node14-win-x64 --out-path dist ."
},
"devDependencies": {
"pkg": "^5.8.0",
"socket.io-client": "^4.5.1",
"terser-webpack-plugin": "^5.3.5",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"xterm": "^4.0.0",
"xterm-addon-fit": "^0.5.0"
}
}