package.json 689 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@rtc-plugin/device-detector",
  3. "version": "5.8.3",
  4. "description": "TRTC Web SDK 5.x device detector plugin",
  5. "main": "./device-detector.esm.js",
  6. "author": "edwards <edwards@tencent.com>",
  7. "module": "./device-detector.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. "detect",
  15. "device-detect",
  16. "webrtc",
  17. "TRTC",
  18. "rtc",
  19. "call",
  20. "video call",
  21. "audio call",
  22. "javascript",
  23. "video",
  24. "audio",
  25. "camera",
  26. "microphone"
  27. ],
  28. "types": "./device-detector.esm.d.ts"
  29. }