{ "name": "ars-server", "version": "0.0.0", "private": true, "scripts": { "start": "node app.js" }, "dependencies": { "axios": "^1.3.4", "bcryptjs": "^2.4.3", "body-parser": "^1.20.1", "debug": "~2.6.9", "express": "^4.19.2", "express-session": "^1.17.3", "moment": "^2.30.1", "mqtt": "^4.3.7", "mysql": "^2.18.1", "node-schedule": "^2.1.1", "sqlite3": "^5.1.7", "ws": "^8.18.0" } }