{
  "name": "mindpad-backend",
  "version": "1.0.0",
  "description": "MindPad Backend - Unified API Server",
  "main": "api.js",
  "type": "module",
  "scripts": {
    "dev": "node --watch api.js",
    "start": "node api.js",
    "test": "node test-registration.js"
  },
  "keywords": ["notes", "api", "express", "mysql"],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "^4.18.2",
    "mysql2": "^3.6.5",
    "bcryptjs": "^2.4.3",
    "jsonwebtoken": "^9.0.2",
    "cors": "^2.8.5",
    "dotenv": "^16.3.1",
    "uuid": "^9.0.1",
    "express-validator": "^7.0.1"
  },
  "devDependencies": {
    "nodemon": "^3.0.2"
  }
}
