package.json 668 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@rtc-plugin/debug",
  3. "version": "5.8.3",
  4. "description": "TRTC Web SDK Debug Plugin",
  5. "main": "./debug.esm.js",
  6. "author": "leochliu <leochliu@tencent.com>",
  7. "module": "./debug.esm.js",
  8. "repository": {
  9. "type": "git",
  10. "url": "git@github.com:LiteAVSDK/TRTC_Web.git"
  11. },
  12. "homepage": "https://web.sdk.qcloud.com/trtc/webrtc/v5/doc/zh-cn/TRTC.html#startPlugin",
  13. "keywords": [
  14. "debug",
  15. "webrtc",
  16. "TRTC",
  17. "rtc",
  18. "call",
  19. "video call",
  20. "audio call",
  21. "javascript",
  22. "video",
  23. "audio",
  24. "camera",
  25. "microphone",
  26. "live streaming",
  27. "real-time communication"
  28. ],
  29. "types": "./debug.esm.d.ts"
  30. }