{
  "name": "coconut-trade-fair-api",
  "version": "1.0.0",
  "description": "Standalone single-event registration + badge/QR check-in API for Coconut Trade Fair",
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "dev": "nodemon app.js",
    "test": "node --test",
    "verify:full-path": "node scripts/verify-full-path.js"
  },
  "license": "ISC",
  "dependencies": {
    "bcryptjs": "^3.0.3",
    "body-parser": "^1.20.3",
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "express": "^4.21.0",
    "jsonwebtoken": "^9.0.2",
    "mysql2": "^3.11.3",
    "nodemailer": "^6.10.0",
    "qrcode": "^1.5.4",
    "sequelize": "^6.37.3",
    "uuid": "^11.1.0"
  },
  "devDependencies": {
    "nodemon": "^3.1.14"
  }
}
