-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 1.77 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 1.77 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
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
{
"author": {
"name": "Jager Mesh"
},
"bugs": {
"url": "https://github.com/jagermesh/sys-watcher/issues"
},
"devDependencies": {
"gulp": "5.0.1",
"gulp-eslint-new": "^2.5.0",
"@eslint/js": "^9.39.1",
"eslint": "^9.39.1",
"globals": "^16.5.0"
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "3.936.0",
"@aws-sdk/client-sqs": "3.936.0",
"@slack/client": "5.0.2",
"amqplib": "0.10.9",
"axios": "1.13.2",
"body-parser": "2.2.0",
"bytes": "3.1.2",
"check-disk-space": "^3.4.0",
"colors": "1.4.0",
"commander": "14.0.2",
"diskusage": "1.2.0",
"express": "5.1.0",
"free-memory": "1.0.0",
"hashmap": "2.4.0",
"ip": "2.0.1",
"md5": "2.3.0",
"moment": "2.30.1",
"monitoring-sensor": "1.0.33",
"multer": "2.0.2",
"mysql": "2.18.1",
"node-file-cache": "1.0.2",
"nodemailer": "7.0.10",
"parse-duration": "2.1.4",
"redis": "5.10.0",
"require-from-string": "2.0.2",
"slimbot": "5.1.0",
"ssl-checker": "2.0.10",
"systeminformation": "5.27.11",
"tail": "2.2.6",
"tmp": "0.2.5",
"uuid": "13.0.0"
},
"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://git@github.com/jagermesh/sys-watcher.git"
},
"scripts": {
"build": "npm install && gulp build",
"update": "npm update && gulp build",
"release": "np",
"test": "echo \"OK\""
},
"version": "1.0.84",
"engines": {
"node": ">=12"
}
}