* Implements Greetmate.ai app into Cal.com * Update GreetmateButton.tsx * Greetmate app --------- Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com>
15 lines
367 B
JSON
15 lines
367 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/greetmate-ai",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"dependencies": {
|
|
"@calcom/lib": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
},
|
|
"description": "Connect Cal.com to Greetmate.ai and enable appointment scheduling for your AI agents."
|
|
}
|