15 lines
458 B
JSON
15 lines
458 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/jelly",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"dependencies": {
|
|
"@calcom/lib": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
},
|
|
"description": "Jelly is a camera-free voice chat platform. No frills, no makeup needed, just good talking. Our AI magic handles the rest by highlighting and publishing key moments with rich visuals."
|
|
}
|