-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.3 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
45
46
47
48
49
50
{
"name": "react-native-chat-bubble",
"version": "1.0.0",
"description": "\"chat bubble for react-native\"",
"main": "./src/Chatbubble.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "George Fean",
"url": "https://github.com/GFean"
},
"repository": {
"type": "git",
"url": "https://github.com/GFean/react-native-chat-bubble.git"
},
"license": "MIT",
"keywords": [
" React Native",
"Chat",
"Bubble",
"Chat UI",
"React Native Components",
"Message Bubble",
"Chat Application",
"React Native App",
"React Native SVG",
"React Native Size Matters",
"Mobile Chat",
"Chat Bubble Component",
"React Native Chat App",
"Mobile Messaging",
"React Native Development",
"JavaScript",
"Mobile App Development",
"Interactive Chat Bubble",
"Customizable Chat Bubble",
"Flexible Chat Bubble"
],
"types": "index.d.ts",
"bugs": {
"url": "https://github.com/GFean/react-native-chat-bubble/issues"
},
"homepage": "https://github.com/GFean/react-native-chat-bubble#readme",
"dependencies": {
"@types/react": "^18.2.7",
"react": "^18.2.0",
"react-native": "^0.71.8"
}
}