* wip * use light imports * fix * perf: Reduce bundle size via better imports with `googleapis` (#17811) * fix test * refactor * update vite.config.js * fix * fix unit test failing
15 lines
401 B
JSON
15 lines
401 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/googlevideo",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"description": "Google Meet is Google's web-based video conferencing platform, designed to compete with major conferencing platforms.",
|
|
"dependencies": {
|
|
"@calcom/prisma": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
}
|
|
}
|