
* temporally hiding reviews and stars for apps, removed nuke my cal * fixed categories headline and back button * truncate description * updated huddle app * Delete truncate.ts Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
14 lines
358 B
JSON
14 lines
358 B
JSON
{
|
|
"private": true,
|
|
"name": "@calcom/office365video",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"description": "Use your Office 365 account to book video calls through MS Teams. NOTE: MUST HAVE A WORK / SCHOOL ACCOUNT",
|
|
"dependencies": {
|
|
"@calcom/prisma": "*",
|
|
"@calcom/lib": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
}
|
|
}
|