-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.66 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
{
"author": {
"name": "Jager Mesh"
},
"bugs": {
"url": "https://github.com/jagermesh/sys-watcher/issues"
},
"devDependencies": {
"eslint": "^8.7.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0"
},
"dependencies": {
"@slack/client": "^5.0.2",
"amqplib": "0.8.0",
"aws-sdk": "2.813.0",
"axios": "0.21.0",
"body-parser": "1.19.0",
"bytes": "3.1.0",
"colors": "1.4.0",
"commander": "6.2.1",
"diskusage": "1.2.0",
"express": "4.17.1",
"free-memory": "1.0.0",
"hashmap": "2.4.0",
"ip": "1.1.5",
"md5": "2.3.0",
"moment": "2.29.1",
"monitoring-sensor": "1.0.32",
"multer": "1.4.2",
"mysql": "2.18.1",
"node-file-cache": "1.0.2",
"nodemailer": "6.4.17",
"parse-duration": "0.4.4",
"redis": "3.0.2",
"require-from-string": "2.0.2",
"slimbot": "5.0.0",
"socket.io-client": "2.4.0",
"ssl-checker": "2.0.7",
"systeminformation": "4.32.0",
"tail": "2.0.4",
"tmp": "0.2.1",
"uuid": "8.3.2"
},
"deprecated": false,
"description": "System Watcher",
"homepage": "https://github.com/jagermesh/sys-watcher#readme",
"keywords": [
"watcher",
"free",
"space",
"apache",
"logs",
"logs",
"mysql",
"slack",
"telegram",
"logging"
],
"license": "MIT",
"main": "index.js",
"name": "sys-watcher",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jagermesh/sys-watcher.git"
},
"scripts": {
"build": "npm install && gulp build",
"update": "npm update && gulp build",
"release": "np",
"test": "echo \"OK\""
},
"version": "1.0.78",
"engines": {
"node": ">=12.0.0"
}
}