{ "name": "Example", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "appium": "appium", "ios": "react-native run-ios", "windows": "react-native run-windows", "start": "react-native start", "test": "jest", "test:windows": "yarn jest --setupFiles=./jest-setups/jest.setup.windows.js", "lint": "eslint .", "postinstall": "node ../scripts/examples_postinstall.js" }, "dependencies": { "react": "16.11.0", "react-native": "0.62.2", "react-native-config": "../", "react-native-windows": "^0.62.0-0" }, "devDependencies": { "@babel/core": "^7.6.2", "@babel/runtime": "^7.6.2", "@react-native-community/eslint-config": "^0.0.5", "appium": "^1.18.1", "babel-jest": "^24.9.0", "eslint": "^6.5.1", "jest": "^24.9.0", "metro-react-native-babel-preset": "^0.58.0", "react-test-renderer": "16.11.0", "selenium-appium": "^0.0.15", "selenium-webdriver": "^4.0.0-alpha.7" }, "jest": { "preset": "react-native" } }