add: added mosquitto and front alerts
This commit is contained in:
parent
78a6d26984
commit
cb9a0c27b4
11 changed files with 948 additions and 10 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue