{ "name": "wxcc-monitor", "version": "2.0.0", "type": "module", "scripts": { "start": "node src/server.js", "dev": "nodemon" }, "dependencies": { "cookie-parser": "^1.4.6", "dotenv": "^16.4.5", "express": "^4.19.2", "node-cron": "^3.0.3", "node-fetch": "^3.3.2", "socket.io": "^4.7.5", "winston": "^3.13.0", "winston-daily-rotate-file": "^5.0.0" }, "devDependencies": { "nodemon": "^3.1.0" } }