{
  "name": "edil-bingo-admin",
  "version": "1.0.0",
  "private": true,
  "description": "Web admin for Edil Bingo mobile — balance recharge, APK releases, app updates.",
  "main": "server/index.js",
  "scripts": {
    "start": "node server/index.js",
    "start:prod": "node server/index.js",
    "dev": "node server/index.js",
    "verify:integration": "node scripts/verify-integration.js https://edilapk.makalla.org",
    "verify:local": "node scripts/verify-integration.js http://localhost:4000"
  },
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "cors": "^2.8.5",
    "express": "^4.21.2",
    "express-session": "^1.18.1",
    "multer": "^1.4.5-lts.1"
  }
}
