{
  "name": "node",
  "version": "1.0.0",
  "main": "app.js",
  "scripts": {
    "start": "nodemon app.js",
    "mqtt:broker": "mosquitto -c mosquitto/mosquitto.conf -v"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "axios": "^1.8.3",
    "cron": "^4.1.0",
    "dotenv": "^16.4.7",
    "express": "^4.21.2",
    "googleapis": "^146.0.0",
    "i18n": "^0.15.1",
    "moment": "^2.30.1",
    "mqtt": "^5.15.2",
    "mysql": "^2.18.1",
    "nodemon": "^3.1.9",
    "socket.io": "^4.8.1"
  }
}
