-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 943 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 943 Bytes
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
{
"name": "@nickiv/node-red-offline-alert",
"version": "0.0.5",
"description": "Get alert in Telegram when your Node-RED is offline",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"node-red": {
"nodes": {
"offline-alert": "offline-alert.js"
},
"version": ">=4.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"author": "Nikolay Ivannikov",
"license": "MIT",
"keywords": [
"node-red",
"alert",
"telegram",
"notification",
"monitoring",
"offline"
],
"dependencies": {
"machina": "^4.0.0"
},
"main": "offline-alert.js",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nickiv/node-red-offline-alert.git"
},
"bugs": {
"url": "https://github.com/nickiv/node-red-offline-alert/issues"
},
"homepage": "https://github.com/nickiv/node-red-offline-alert#readme"
}