Initial sanitized SmartSpeaker snapshot
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "monitor-server",
|
||||
"version": "1.0.0",
|
||||
"description": "Dashboard interface to monitor ESP32-S3 IoT connection state and activity stream.",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.19.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user