{
  "scripts": {
    "dev": "nodemon",
    "test": "npx jest"
  },
  "dependencies": {
    "axios": "^1.7.7",
    "bcrypt": "^5.1.1",
    "dotenv": "^16.4.5",
    "ioredis": "^5.4.1",
    "marked": "^14.1.2",
    "mysql2": "^3.11.3",
    "net": "^1.0.2",
    "redis": "^4.7.0",
    "ts-node": "^10.9.2",
    "tsx": "^4.19.1",
    "uuid": "^10.0.0",
    "winston": "^3.14.2"
  },
  "devDependencies": {
    "@types/bcrypt": "^5.0.2",
    "@types/jest": "^29.5.13",
    "@types/node": "^22.7.4",
    "@types/uuid": "^10.0.0",
    "jest": "^29.7.0",
    "nodemon": "^3.1.7",
    "ts-jest": "^29.2.5"
  }
}
