|
1 | 1 | { |
2 | | - "name": "react-native-zendesk-chat", |
3 | | - "version": "0.3.1", |
4 | | - "description": "React Native Wrapper around Zopim Zendesk Chat", |
5 | | - "main": "index.js", |
6 | | - "repository": { |
7 | | - "type": "git", |
8 | | - "url": "https://github.com/taskrabbit/react-native-zendesk-chat" |
9 | | - }, |
10 | | - "keywords": [ |
11 | | - "zendesk", |
12 | | - "chat", |
13 | | - "react-native", |
14 | | - "react", |
15 | | - "ios", |
16 | | - "android", |
17 | | - "react-component" |
18 | | - ], |
19 | | - "homepage": "https://github.com/taskrabbit/react-native-zendesk-chat.git", |
20 | | - "bugs": "https://github.com/taskrabbit/react-native-zendesk-chat/issues", |
21 | | - "author": "jrichardlai", |
22 | | - "contributors": [ |
23 | | - "Robert Murray <rmurray@taskrabbit.com>" |
24 | | - ], |
25 | | - "license": "MIT", |
26 | | - "peerDependencies": { |
27 | | - "react": "^16.11.0", |
28 | | - "react-native": "^0.60.0" |
29 | | - } |
| 2 | + "name": "react-native-zendesk-chat", |
| 3 | + "version": "0.3.1", |
| 4 | + "description": "React Native Wrapper around Zopim Zendesk Chat", |
| 5 | + "main": "index.js", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/taskrabbit/react-native-zendesk-chat" |
| 9 | + }, |
| 10 | + "scripts": { |
| 11 | + "prettier": "prettier", |
| 12 | + "prettier:all": "prettier --write '**/*.json' '**/*.js' '**/*.ts' ", |
| 13 | + "lint": "eslint" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "zendesk", |
| 17 | + "chat", |
| 18 | + "react-native", |
| 19 | + "react", |
| 20 | + "ios", |
| 21 | + "android", |
| 22 | + "react-component" |
| 23 | + ], |
| 24 | + "homepage": "https://github.com/taskrabbit/react-native-zendesk-chat.git", |
| 25 | + "bugs": "https://github.com/taskrabbit/react-native-zendesk-chat/issues", |
| 26 | + "author": "jrichardlai", |
| 27 | + "contributors": [ |
| 28 | + "Brian Leonard <brian@taskrabbit.com>", |
| 29 | + "Frederic Barthelemy <frederic@taskrabbit.com>", |
| 30 | + "Jean-Richard Lai <github.com/jrichardlai>", |
| 31 | + "Jordan Smith <jordan@taskrabbit.com>", |
| 32 | + "Michael Kachanovskyi <mikach27@gmail.com>", |
| 33 | + "Robert Murray <rmurray@taskrabbit.com>", |
| 34 | + "Zane Chua <github.com/zanechua>" |
| 35 | + ], |
| 36 | + "license": "MIT", |
| 37 | + "devDependencies": { "prettier": "2.0.x", "eslint": "7.3.x" }, |
| 38 | + "peerDependencies": { |
| 39 | + "react": "^16.11.0", |
| 40 | + "react-native": "^0.60.0" |
| 41 | + } |
30 | 42 | } |
0 commit comments