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": "^1.4.4",
|
||
|
"ews-javascript-api": "^0.11.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@calcom/types": "*"
|
||
|
}
|
||
|
}
|