Skip to content

Commit 089a4c0

Browse files
author
crazycoder.io
committed
update package json
1 parent 74eb14e commit 089a4c0

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

package.json

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "commt-rn-sdk",
2+
"name": "@commt/commt-rn-sdk",
33
"version": "0.0.1",
44
"description": "Ultimate chat plugin for react native applications",
55
"main": "index.tsx",
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "git+https://github.com/commt/commt-rn.git"
1212
},
13-
"dependencies": {
13+
"peerDependencies": {
1414
"dayjs": "^1.11.9",
1515
"axios": "^1.4.0",
1616
"node-forge": "^1.3.1",
@@ -22,21 +22,29 @@
2222
"react-native-svg": "^13.10.0",
2323
"react-native-gifted-chat": "^2.4.0"
2424
},
25-
"devDependencies": {
26-
"typescript": "4.8.4",
27-
"@types/node-forge": "^1.3.9",
28-
"@types/react": "^18.0.24",
29-
"@tsconfig/react-native": "^2.0.2"
25+
"keywords": [
26+
"commt",
27+
"react-native-chat-sdk",
28+
"react-native-chat-plugin",
29+
"commt-chat-sdk",
30+
"dayjs",
31+
"node-forge",
32+
"styled-components",
33+
"socket-io",
34+
"react-native-gifted-chat",
35+
"custom-chat-plugin"
36+
],
37+
"contributors": [
38+
"Mesut KILINCASLAN",
39+
"Sedanur AKÇİL"
40+
],
41+
"publishConfig": {
42+
"registry":"https://github.com/commt/commt-rn.git"
3043
},
31-
"keywords": ["commt", "react-native-chat-sdk", "react-native-chat-plugin", "commt-chat-sdk", "dayjs", "node-forge", "styled-components", "socket-io", "react-native-gifted-chat", "custom-chat-plugin"],
32-
"contributors": [{
33-
"name": "Mesut KILINCASLAN"
34-
}, {
35-
"name": "Sedanur AKÇİL"
36-
}],
3744
"bugs": {
3845
"url": "https://github.com/commt/commt-rn.git/issues"
3946
},
4047
"homepage": "https://github.com/commt/commt-rn.git#readme",
41-
"license": "ISC"
48+
"license": "MIT",
49+
"author": "Mesut KILINCASLAN"
4250
}

0 commit comments

Comments
 (0)