{
  "name": "trade-community",
  "version": "1.0.0",
  "description": "WhatsApp-style trading community with full history for new members",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "express": "^4.19.2",
    "nodemailer": "^9.0.3"
  }
}
