* fix: #11213, #11215 * Use default colour * adding bolna app for cal.com * cleanup by removing redundant changes --------- Co-authored-by: Siddharth Movaliya <siddraj1992@gmail.com> Co-authored-by: Sean Brydon <sean@cal.com>
15 lines
324 B
JSON
15 lines
324 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/bolna",
|
|
"version": "0.0.1",
|
|
"main": "./index.ts",
|
|
"dependencies": {
|
|
"@calcom/lib": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
},
|
|
"description": "24x7 AI receptionists to answer all inbound calls"
|
|
}
|