UNPKG

react-native-zoom-us

Version:

React-native bridge for ZoomUs SDK

33 lines (32 loc) 1.06 kB
{ "name": "react-native-zoom-us", "version": "17.0.0", "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": "rm -fr ./build/ && mkdir -p ./build && npm pack --pack-destination ./build && mv ./build/*.tgz ./build/package.tgz && tar -xvzf ./build/package.tgz -C ./build && rm -fr ../react-native-zoom-us-test/node_modules/react-native-zoom-us/* && cp -R build/package/* ../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" } }