-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.31 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.31 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
{
"name": "monitor-server",
"version": "2.11.1",
"description": "proxy to api-server and websocket tunneling for dashboard",
"main": "app.js",
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js .",
"test": "echo \"Error: no test specified\" && exit 1",
"test-travis": "echo \"No test specified\"",
"start": "node app.js",
"build": "./dockerfile/build.sh monitor-server"
},
"author": "Hkube",
"license": "MIT",
"dependencies": {
"@hkube/config": "^2.0.11",
"@hkube/consts": "^1.0.36",
"@hkube/db": "^1.0.42",
"@hkube/elastic-client": "^1.0.0",
"@hkube/etcd": "^5.1.6",
"@hkube/healthchecks": "^1.0.2",
"@hkube/kubernetes-client": "^2.0.4",
"@hkube/logger": "^2.0.2",
"@hkube/redis-utils": "^1.0.3",
"@hkube/storage-manager": "^2.1.1",
"@hkube/units-converter": "^1.0.17",
"axios": "^0.26.1",
"body-parser": "^1.19.0",
"check-disk-space": "^2.1.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"http-proxy-middleware": "^1.3.1",
"lodash.orderby": "^4.6.0",
"socket.io": "^2.4.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.24.2"
}
}