{
  "name": "bms-online-monitoring",
  "version": "1.0.0",
  "description": "Full-Stack BMS Online Monitoring Dashboard with Node.js and Native SQLite",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "express": "^4.19.2",
    "mqtt": "^5.15.2"
  },
  "keywords": [
    "bms",
    "monitoring",
    "sqlite",
    "express"
  ],
  "author": "Antigravity",
  "license": "ISC"
}
