* feat: Dialpad conferencing * update * final update * refactor * update --------- Co-authored-by: Keith Williams <keithwillcode@gmail.com>
15 lines
312 B
JSON
15 lines
312 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/dialpad",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"dependencies": {
|
|
"@calcom/lib": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
},
|
|
"description": "A new way to meet, with built-in Ai"
|
|
}
|