{ "name": "openvidu_react_native", "version": "2.15.0", "private": true, "scripts": { "start": "react-native start", "android": "react-native run-android", "ios": "react-native run-ios", "reset-cache": "rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules && npm install", "test": "jest" }, "dependencies": { "axios": "0.19.2", "openvidu-react-native-adapter": "file:openvidu-react-native-adapter-2.15.1.tgz", "react": "16.13.1", "react-native": "0.62.2" }, "devDependencies": { "@babel/core": "7.8.6", "@babel/runtime": "7.8.4", "@react-native-community/eslint-config": "0.0.7", "babel-jest": "25.1.0", "jest": "25.1.0", "metro-react-native-babel-preset": "0.58.0", "react-test-renderer": "16.13.0" }, "jest": { "preset": "react-native" } }