-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.56 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.56 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@chative.io/react-native-widget",
"version": "0.5.2",
"description": "React Native SDK for Chative",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/botstar/chative-react-native-widget.git"
},
"dependencies": {},
"peerDependencies": {
"@react-native-async-storage/async-storage": "^1.23.1",
"react": "*",
"react-native": "*",
"react-native-webview": "^11.26.1"
},
"devDependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"@react-native-community/eslint-plugin": "^1.1.0",
"eslint": "^7.21.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.1.3",
"lint-staged": "^10.5.4",
"metro-react-native-babel-preset": "^0.65.2",
"prettier": "^2.2.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"prettier --write",
"eslint --fix",
"git add"
]
},
"keywords": [
"sdk",
"livechat",
"react",
"native",
"chative",
"widget",
"chat",
"customer-support",
"react-native",
"messaging",
"real-time",
"communication",
"mobile",
"ios",
"android",
"support-tool",
"customer-service",
"engagement",
"chatbot",
"helpdesk",
"crm",
"conversational-ui",
"cross-platform"
],
"author": "chative",
"license": "MIT",
"bugs": {
"url": "https://github.com/botstar/chative-react-native-widget/issues"
},
"homepage": "https://chative.io"
}