{
  "name": "node-controller",
  "version": "1.0.0",
  "description": "Node.js application with logging for all endpoints",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "body-parser": "^1.20.0",
    "express": "^4.18.2",
    "mysql2": "^3.1.0",
    "winston": "^3.9.0"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
