15 lines
411 B
JSON
15 lines
411 B
JSON
|
{
|
||
|
"private": true,
|
||
|
"name": "@calcom/dailyvideo",
|
||
|
"version": "0.0.0",
|
||
|
"main": "./index.ts",
|
||
|
"description": "Cal Video is the in-house web-based video conferencing platform powered by Daily.co, which is minimalistic and lightweight, but has most of the features you need.",
|
||
|
"dependencies": {
|
||
|
"@calcom/prisma": "*",
|
||
|
"@calcom/lib": "*"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@calcom/types": "*"
|
||
|
}
|
||
|
}
|