Files
tf-iot-dashboard/package.json
T

14 lines
266 B
JSON

{
"name": "tf-iot-dashboard",
"version": "1.0.0",
"description": "IoT Dashboard — Node.js + Redis + Chart.js",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.21.0",
"redis": "^4.7.0"
}
}