-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
43 lines (43 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
{
"name": "monocker",
"version": "2.13.7",
"description": "Monitors and alerts for docker containers state changes",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --exec node --env-file=.env index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petersem/monocker.git"
},
"keywords": [
"Docker",
"container",
"monitor",
"alert",
"notify",
"status"
],
"author": "Matt Petersen",
"license": "MIT",
"bugs": {
"url": "https://github.com/petersem/monocker/issues"
},
"homepage": "https://github.com/petersem/monocker#readme",
"dependencies": {
"@slack/web-api": "^7.0.4",
"axios": "^1.7.2",
"discord-webhook-node": "^1.1.8",
"dockerode": "^4.0.2",
"express": "^4.19.2",
"gotify": "^1.1.0",
"matrix-js-sdk": "^34.9.0",
"node-pushover": "^1.0.0",
"ntfy": "^1.5.3",
"pushbullet": "^3.0.0",
"telegram-notify": "^1.3.3"
}
}