{
  "name": "buc-virtual-library",
  "version": "1.0.0",
  "description": "BUC virtual library frontend + Node/MySQL backend",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "seed-admin": "node scripts/seed-admin.js"
  },
  "dependencies": {
    "bcryptjs": "^3.0.2",
    "cors": "^2.8.5",
    "dotenv": "^16.6.1",
    "express": "^4.21.2",
    "jsonwebtoken": "^9.0.2",
    "mysql2": "^3.15.2"
  }
}
