{
  "name": "ferox-api",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "start": "node ./bin/www",
    "dev": "nodemon ./bin/www"
  },
  "dependencies": {
    "axios": "^1.4.0",
    "bcryptjs": "^2.4.3",
    "cookie-parser": "~1.4.4",
    "cors": "^2.8.5",
    "crc": "^4.3.2",
    "debug": "~2.6.9",
    "dotenv": "^16.0.3",
    "ejs": "^3.1.9",
    "email-validator": "^2.0.4",
    "express": "^4.18.2",
    "http-errors": "~1.6.3",
    "jsonwebtoken": "^9.0.1",
    "md5": "^2.3.0",
    "moment": "^2.29.4",
    "morgan": "~1.9.1",
    "mysql2": "^3.2.4",
    "randomstring": "^1.2.3",
    "sequelize": "^6.31.1",
    "sha.js": "^2.4.11",
    "uuid": "^9.0.0",
    "winston": "^3.8.2"
  }
}
