@tencentcloud/lite-chat
Version:
Tencent Cloud Chat SDK for Web/Mini Program/uni-app/React Native/Donut
38 lines (37 loc) • 1.05 kB
JSON
{
"name": "@tencentcloud/lite-chat",
"version": "4.2.0",
"description": "Tencent Cloud Chat SDK for Web/Mini Program/uni-app/React Native/Donut",
"main": "standard.js",
"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./standard.js"
},
"./basic": {
"types": "./basic.d.ts",
"default": "./basic.js"
},
"./standard": {
"types": "./index.d.ts",
"default": "./standard.js"
},
"./professional": {
"types": "./professional.d.ts",
"default": "./professional.js"
},
"./plugins/*": {
"types": "./plugins/*.d.ts",
"default": "./plugins/*.js"
}
},
"keywords": ["chat", "real-time chat", "uni-app", "React Native", "Donut", "push", "messaging", "IM", "trtc"],
"repository": {
"type": "git",
"url": "https://trtc.io/products/chat"
},
"dependencies": {},
"author": "Tencent Cloud Terminal R&D Center",
"license": "ISC"
}