{ "name": "discord-like-app", "version": "3.2.13", "main": "server.js", "scripts": { "dev": "nodemon server.js", "start": "node server.js", "init-db": "node init-db.js", "https": "powershell -ExecutionPolicy Bypass -File ./setup-https.ps1" }, "dependencies": { "bcryptjs": "^2.4.3", "body-parser": "^1.20.2", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "jsonwebtoken": "^9.0.2", "multer": "^1.4.5-lts.1", "nodemon": "^3.0.1", "pg": "^8.11.3", "sequelize": "^6.35.2", "socket.io": "^4.5.4", "uuid": "^9.0.0" } }