{
  "name": "apk-pendataan-santri",
  "version": "1.0.0",
  "private": true,
  "description": "Pendataan santri dengan frontend HTML statis dan backend Node.js Express + SQLite satu file.",
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "dev": "node --watch app.js",
    "checkpoint": "node backend/scripts/checkpoint.js"
  },
  "dependencies": {
    "adm-zip": "^0.5.17",
    "bcryptjs": "^2.4.3",
    "express": "^5.1.0",
    "quill": "^2.0.3"
  }
}
