{
  "$schema": "https://json.schemastore.org/package.json",
  "private": true,
  "name": "@calcom/exchangecalendar",
  "version": "0.0.0",
  "main": "./index.ts",
  "description": "Fetch Microsoft Exchange calendars and availabilities using Exchange Web Services (EWS).",
  "dependencies": {
    "@calcom/lib": "workspace:*",
    "@calcom/prisma": "workspace:*",
    "@ewsjs/xhr": "3.1.3",
    "ews-javascript-api": "0.11.0"
  },
  "devDependencies": {
    "@calcom/types": "workspace:*"
  }
}
