add: added mosquitto and front alerts

This commit is contained in:
Lukian 2025-04-26 16:49:29 +02:00
parent 78a6d26984
commit cb9a0c27b4
11 changed files with 948 additions and 10 deletions

View file

@ -4,13 +4,16 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"express": "^5.1.0"
"express": "^5.1.0",
"mqtt": "^5.11.1",
"mysql": "^2.18.1"
}
}