{
  "name": "portfolio-api",
  "version": "1.0.0",
  "description": "Portfolio API with MySQL",
  "main": "server.js",
  "type": "module",
  "scripts": {
    "start": "node server.js",
    "dev": "nodemon server.js"
  },
  "dependencies": {
    "bcryptjs": "^3.0.3",
    "cors": "^2.8.5",
    "dotenv": "^16.4.7",
    "express": "^4.21.2",
    "jsonwebtoken": "^9.0.3",
    "multer": "^2.1.1",
    "mysql2": "^3.12.0",
    "socket.io": "^4.8.1",
    "vite_react_shadcn_ts": "file:.."
  },
  "devDependencies": {
    "nodemon": "^3.1.9"
  }
}
