15 lines
341 B
JSON
15 lines
341 B
JSON
|
{
|
||
|
"$schema": "https://json.schemastore.org/package.json",
|
||
|
"private": true,
|
||
|
"name": "@calcom/telegram",
|
||
|
"version": "0.0.0",
|
||
|
"main": "./index.ts",
|
||
|
"description": "Schedule a chat with your guests or have a Telegram Video call.",
|
||
|
"dependencies": {
|
||
|
"@calcom/lib": "*"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@calcom/types": "*"
|
||
|
}
|
||
|
}
|