33 lines
715 B
JSON
33 lines
715 B
JSON
{
|
|
"name": "@trtc/call-engine-lite-wx",
|
|
"version": "3.4.13",
|
|
"description": "Tencent Cloud TUICallEngine SDK for Wechat",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent-RTC/rtc-call-engine/tree/main/Web"
|
|
},
|
|
"dependencies": {
|
|
"@tencentcloud/lite-chat": "^1.5.0",
|
|
"eventemitter3": "^4.0.7",
|
|
"@tencentcloud/trtc-component-wx": "^1.0.5"
|
|
},
|
|
"author": "Tencent Cloud Terminal R&D Center",
|
|
"keywords": [
|
|
"call",
|
|
"video call",
|
|
"audio call",
|
|
"video",
|
|
"audio",
|
|
"TRTC",
|
|
"camera",
|
|
"microphone",
|
|
"webrtc",
|
|
"real-time communication",
|
|
"javascript",
|
|
"rtc"
|
|
],
|
|
"license": "ISC"
|
|
}
|