39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"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"
|
|
}
|
|
|