Skip to content

Commit 982da5b

Browse files
committed
chore: update package.json
(cherry picked from commit 944634e)
1 parent 3ef6c13 commit 982da5b

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

package.json

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sendbird/calls-react-native",
33
"version": "1.0.2",
4-
"description": "ReactNative Calls SDK",
4+
"description": "Sendbird Calls SDK for React Native: Empower React Native apps with seamless audio, video, and group calling. Build interactive communication easily.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/index.d.ts",
@@ -46,18 +46,32 @@
4646
},
4747
"keywords": [
4848
"react-native",
49-
"ios",
50-
"android"
49+
"calls",
50+
"audio-calls",
51+
"video-calls",
52+
"group-calls",
53+
"voice-calls",
54+
"conference-calls",
55+
"communication",
56+
"video-chat",
57+
"real-time",
58+
"webrtc",
59+
"voip",
60+
"call-kit",
61+
"react-native-webrtc",
62+
"react-native-callkeep",
63+
"react-native-voip-push-notification"
5164
],
52-
"repository": "https://github.com/sendbird/sendbird-calls-react-native.git",
65+
"repository": "https://github.com/sendbird/sendbird-calls-sdk-react-native.git",
5366
"author": "Sendbird <[email protected]> (https://sendbird.com)",
5467
"license": "MIT",
5568
"bugs": {
56-
"url": "https://github.com/sendbird/sendbird-calls-react-native.git/issues"
69+
"url": "https://github.com/sendbird/sendbird-calls-sdk-react-native.git/issues"
5770
},
58-
"homepage": "https://github.com/sendbird/sendbird-calls-react-native.git#readme",
71+
"homepage": "https://github.com/sendbird/sendbird-calls-sdk-react-native.git#readme",
5972
"publishConfig": {
60-
"registry": "https://registry.npmjs.org/"
73+
"registry": "https://registry.npmjs.org/",
74+
"access": "public"
6175
},
6276
"devDependencies": {
6377
"@commitlint/config-conventional": "^11.0.0",

0 commit comments

Comments
 (0)