新增功能
This commit is contained in:
+39
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "@tencentcloud/lite-chat",
|
||||
"version": "1.6.9",
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"miniprogram": "./",
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user