{ "name": "VideoPlayer", "version": "1.0.0", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "windows": "react-native run-windows", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "dependencies": { "@react-native-picker/picker": "^1.9.11", "react": "18.1.0", "react-native": "0.70.6", "react-native-video": "../..", "react-native-windows": "0.63.41" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^2.0.0", "@types/react": "^18.0.6", "@types/react-native": "^0.67.6", "babel-plugin-module-resolver": "^4.1.0", "babel-jest": "^26.6.3", "eslint": "^7.32.0", "jest": "^26.6.3", "metro-react-native-babel-preset": "0.72.3", "react-test-renderer": "18.1.0" }, "jest": { "preset": "react-native" } }