{
  "name": "livingwill-server",
  "version": "1.0.0",
  "description": "Living Will App Server",
  "main": "server.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Mudasir Ahmed",
  "license": "ISC",
  "dependencies": {
    "@google-apps/meet": "^0.7.1",
    "@types/node-cron": "^3.0.11",
    "@zoom/meetingsdk": "^5.0.0",
    "axios": "^1.13.2",
    "cors": "^2.8.5",
    "dotenv": "^17.2.3",
    "express": "^5.1.0",
    "firebase-admin": "^13.6.0",
    "google-auth-library": "^10.5.0",
    "googleapis": "^166.0.0",
    "jsonwebtoken": "^9.0.3",
    "node-cron": "^4.2.1"
  },
  "devDependencies": {
    "@types/cors": "^2.8.19",
    "@types/express": "^5.0.5",
    "@types/jsonwebtoken": "^9.0.10"
  }
}
