19 lines
445 B
JSON
19 lines
445 B
JSON
{
|
|
"private": true,
|
|
"name": "@calcom/exchange2016calendar",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"description": "For calendars hosted on on-premises Microsoft Exchange 2016 servers",
|
|
"dependencies": {
|
|
"@calcom/core": "*",
|
|
"@calcom/lib": "*",
|
|
"@calcom/prisma": "*",
|
|
"@calcom/ui": "*",
|
|
"react-hook-form": "^7.43.3",
|
|
"ews-javascript-api": "^0.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
}
|
|
}
|