{
  "name": "tuyulgoldea",
  "version": "1.0.0",
  "description": "A Node.js application that handles webhooks and websockets for TUYUL GOLD EA API responses",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "nodemon server.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "bcryptjs": "^3.0.3",
    "mysql2": "^3.11.0",
    "body-parser": "^1.20.2",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "express-rate-limit": "^6.7.0",
    "jsonwebtoken": "^9.0.3",
    "node-telegram-bot-api": "^0.64.0"
  },
  "devDependencies": {
    "nodemon": "^2.0.22"
  },
  "keywords": [
    "webhook",
    "websocket",
    "ea",
    "api"
  ],
  "author": "",
  "license": "ISC"
}
