-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "chatbot-react-native-sdk",
"version": "1.0.13",
"description": "Chat Widget SDK for react native application.",
"main": "index.tsx",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "echo \"Error: no test specified\" && exit 1",
"publishChatBot": "npm publish"
},
"author": "Parakh Jain",
"license": "ISC",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-webview": ">=11.23.1"
},
"devDependencies": {
"@types/react-native": "*",
"@types/react": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parakhjain23/chatbot-react-native-sdk.git"
},
"keywords": [
"Chatbot",
"Chatbot SDK",
"AI Middleware",
"Chatbot widget In React Native",
"React Native",
"AI Chatbot",
"Mobile Chatbot",
"React Native Chatbot",
"Interactive Chatbot",
"Chatbot Integration"
],
"bugs": {
"url": "https://github.com/parakhjain23/chatbot-react-native-sdk/issues"
},
"homepage": "https://github.com/parakhjain23/chatbot-react-native-sdk.git"
}