2
0
Files

15 lines
410 B
JSON
Raw Permalink Normal View History

2024-08-09 00:39:27 +02:00
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"name": "@calcom/mirotalk",
"version": "0.0.0",
"main": "./index.ts",
"dependencies": {
"@calcom/lib": "*"
},
"devDependencies": {
"@calcom/types": "*"
},
"description": "Free WebRTC - P2P - Simple, Secure, Fast Real-Time Video Conferences Up to 4k and 60fps, compatible with all browsers and platforms."
}