package.json 695 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@rtc-plugin/beauty",
  3. "version": "5.8.3",
  4. "description": "TRTC Web SDK 5.x beauty plugin",
  5. "main": "./beauty.esm.js",
  6. "author": "longyuqi <longyuqi@tencent.com>",
  7. "module": "./beauty.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/en/tutorial-36-advanced-beauty.html",
  13. "keywords": [
  14. "webrtc",
  15. "TRTC",
  16. "rtc",
  17. "call",
  18. "video call",
  19. "audio call",
  20. "javascript",
  21. "video",
  22. "audio",
  23. "camera",
  24. "microphone",
  25. "live streaming",
  26. "real-time communication",
  27. "blur background"
  28. ],
  29. "types": "./beauty.esm.d.ts"
  30. }