30 lines
668 B
JSON
30 lines
668 B
JSON
{
|
|
"name": "@rtc-plugin/debug",
|
|
"version": "5.8.0",
|
|
"description": "TRTC Web SDK Debug Plugin",
|
|
"main": "./debug.esm.js",
|
|
"author": "leochliu <leochliu@tencent.com>",
|
|
"module": "./debug.esm.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:LiteAVSDK/TRTC_Web.git"
|
|
},
|
|
"homepage": "https://web.sdk.qcloud.com/trtc/webrtc/v5/doc/zh-cn/TRTC.html#startPlugin",
|
|
"keywords": [
|
|
"debug",
|
|
"webrtc",
|
|
"TRTC",
|
|
"rtc",
|
|
"call",
|
|
"video call",
|
|
"audio call",
|
|
"javascript",
|
|
"video",
|
|
"audio",
|
|
"camera",
|
|
"microphone",
|
|
"live streaming",
|
|
"real-time communication"
|
|
],
|
|
"types": "./debug.esm.d.ts"
|
|
} |