* Update ews package * Hide exchange version if using NTLM * Remove instance of gzip * Update yarn.lock file * Updated yarn.lock * Update yarn.lock * Update yarn.lock * Update yarn.lock (again) * chore: Increase readability of [number] indexes by using find * chore: Async not needed * fix: Move 'use client' to appropriate file * refactor * install deasync directly as dev dependency * fix type error --------- Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: Keith Williams <keithwillcode@gmail.com> Co-authored-by: Alex van Andel <me@alexvanandel.com> Co-authored-by: Benny Joo <sldisek783@gmail.com>
18 lines
466 B
JSON
18 lines
466 B
JSON
{
|
|
"$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": "*",
|
|
"@calcom/prisma": "*",
|
|
"@ewsjs/xhr": "^3.1.2",
|
|
"ews-javascript-api": "^0.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
}
|
|
}
|