-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 1.08 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
{
"name": "alertcanvas",
"version": "0.4.2",
"description": "Lightweight self-hosted alerting for the Canvas suite: watch SNMPCanvas's snmp-status.json, evaluate thresholds, and raise/clear alerts by email, ntfy, and syslog.",
"license": "Unlicense",
"repository": {
"type": "git",
"url": "git+https://github.com/RootSwitch/AlertCanvas.git"
},
"homepage": "https://github.com/RootSwitch/AlertCanvas",
"bugs": {
"url": "https://github.com/RootSwitch/AlertCanvas/issues"
},
"type": "commonjs",
"main": "server/server.js",
"scripts": {
"start": "node server/server.js",
"test": "node tools/test-rules.js && node tools/test-templates.js && node tools/test-conditions.js && node tools/test-ping-alerts.js && node tools/check-sort.js && node tools/test-auth.js && node tools/test-theme.js && node tools/charcheck.js",
"refresh-status": "node tools/refresh-status.js"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"better-sqlite3": "^12.2.0",
"nodemailer": "^7.0.0"
}
}