15 lines
557 B
JSON
15 lines
557 B
JSON
{
|
|
"private": true,
|
|
"name": "@calcom/office365video",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"description": "Microsoft Teams is a business communication platform and collaborative workspace included in Microsoft 365. It offers workspace chat and video conferencing, file storage, and application integration. Both web versions and desktop/mobile applications are available. NOTE: MUST HAVE A WORK / SCHOOL ACCOUNT",
|
|
"dependencies": {
|
|
"@calcom/prisma": "*",
|
|
"@calcom/lib": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
}
|
|
}
|