cal/packages/app-store/tandemvideo/package.json
2022-03-25 15:03:10 -07:00

15 lines
594 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"private": true,
"name": "@calcom/tandemvideo",
"version": "0.0.0",
"main": "./index.ts",
"description": "Tandem is a new virtual office space that allows teams to effortlessly connect as though they are in a physical office, online. Through co-working rooms, available statuses, live real-time video call, and chat options, you can see whos around, talk and collaborate in one click. It works cross-platform with both desktop and mobile versions.",
"dependencies": {
"@calcom/prisma": "*",
"@calcom/lib": "*"
},
"devDependencies": {
"@calcom/types": "*"
}
}