forked from shubhroshekhar/pm2-telegram-notification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 944 Bytes
/
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
{
"name": "pm2-telegram-notification",
"version": "0.4.0",
"description": "Update pm2 Status in Telegram",
"main": "app.js",
"dependencies": {
"pm2": "^5.2.0",
"pmx": "^1.6.7"
},
"repository": {
"type": "git",
"url": "https://github.com/shubhroshekhar/pm2-telegram-notification"
},
"config": {
"server_name": "",
"bot_token": "",
"chat_id": "",
"lifecycle": true,
"error": true,
"error_log": true,
"violation_time": 10000,
"violation_count": 8,
"debounce": 30000,
"ignored_apps": ""
},
"apps": [
{
"merge_logs": true,
"max_memory_restart": "200M",
"script": "app.js"
}
],
"author": "Shubhro Shekhar <[email protected]> (https://github.com/shubhroshekhar)",
"contributors": [
"Shubhro Shekhar (https://github.com/shubhroshekhar)",
"Navin Tellis (https://github.com/navintellis)"
],
"license": "Apache License 2.0"
}