forked from mieszko4/react-native-zoom-us
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 897 Bytes
/
package.json
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
{
"name": "react-native-zoom-us",
"version": "6.19.1",
"description": "React-native bridge for ZoomUs SDK",
"homepage": "https://github.com/mieszko4/react-native-zoom-us",
"main": "index",
"types": "index.d.ts",
"scripts": {
"prepack": "npx tsc --noEmit false",
"postversion": "git push && git push --tags",
"dev": "npm run prepack && rm -fr ../react-native-zoom-us-test/node_modules/react-native-zoom-us/ && cp -R . ../react-native-zoom-us-test/node_modules/react-native-zoom-us"
},
"keywords": [
"react-native",
"zoom.us"
],
"author": "mieszko4",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">0.60.0"
},
"devDependencies": {
"@types/invariant": "^2.2.34",
"@types/react-native": "^0.64.4",
"typescript": "4.0.5"
},
"dependencies": {
"color": "^3.2.1",
"invariant": "^2.2.4"
}
}