{
  "name": "pekon-banjar-agung",
  "version": "1.0.0",
  "description": "Website Profil Desa Pekon Banjar Agung dengan admin panel untuk upload data dan foto",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "node server.js",
    "start:pm2": "pm2 start ecosystem.config.js --env production --update-env",
    "pm2:stop": "pm2 stop ecosystem.config.js || true",
    "pm2:restart": "pm2 restart ecosystem.config.js || true",
    "backup": "node scripts/backup.js"
  },
  "keywords": [
    "desa",
    "profil",
    "website",
    "express",
    "admin"
  ],
  "author": "Pekon Banjar Agung",
  "license": "MIT",
  "dependencies": {
    "aws-sdk": "^2.1352.0",
    "dotenv": "^16.0.0",
    "express": "^4.19.2",
    "express-rate-limit": "^6.7.0",
    "express-validator": "^6.15.0",
    "helmet": "^6.0.1",
    "multer": "^1.4.5-lts.1",
    "web-push": "^3.6.7",
    "winston": "^3.8.2",
    "pm2": "^5.2.0",
    "cors": "^2.8.5",
    "archiver": "^5.3.1"
  }
}
