{ "name": "react-native-firebase-tests", "version": "6.0.0-alpha.2", "private": true, "scripts": { "build:clean": "rimraf dist && rimraf android/build && rimraf ios/build", "prepare": "patch-package" }, "dependencies": { "@react-native-firebase/analytics": "^6.0.0-alpha.2", "@react-native-firebase/app": "^6.0.0-alpha.2", "@react-native-firebase/app-types": "^6.0.0-alpha.2", "@react-native-firebase/config": "^6.0.0-alpha.2", "@react-native-firebase/crashlytics": "^6.0.0-alpha.2", "@react-native-firebase/functions": "^6.0.0-alpha.2", "@react-native-firebase/iid": "^6.0.0-alpha.2", "@react-native-firebase/mlkit": "^6.0.0-alpha.2", "@react-native-firebase/perf": "^6.0.0-alpha.2", "@react-native-firebase/utils": "^6.0.0-alpha.2", "detox": "9.1.2", "jet": "^0.2.1", "mocha": "^5.2.0", "prop-types": "^15.6.1", "react": "^16.6.3", "react-dom": "^16.6.3", "react-native": "^0.58.1", "react-native-camera": "^1.10.1", "require-all": "3.0.0", "should": "^13.2.3", "should-sinon": "0.0.6", "sinon": "^6.2.0" }, "devDependencies": { "nyc": "^13.1.0", "patch-package": "^5.1.2", "babel-plugin-istanbul": "^5.1.1", "@react-native-firebase/private-tests-helpers": "^0.0.5" }, "nyc": { "check-coverage": false, "lines": 95, "statements": 95, "functions": 95, "branches": 95, "include": [ "packages/**" ], "exclude": [ "node_modules", "**/common/lib/**" ], "cwd": "..", "all": true, "sourceMap": false, "instrument": false, "reporter": [ "lcov", "html", "text-summary" ] }, "detox": { "test-runner": "mocha", "specs": "e2e", "runner-config": "e2e/mocha.opts", "configurations": { "ios.sim.debug": { "binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/testing.app", "build": "xcodebuild -workspace ios/testing.xcworkspace -scheme testing -parallelizeTargets -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build -UseModernBuildSystem=YES -quiet | xcpretty -k", "type": "ios.simulator", "name": "iPhone X", "logLevel": "error" }, "android.emu.debug": { "binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk", "build": "pushd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug -Dorg.gradle.daemon=false && popd", "type": "android.emulator", "name": "TestingAVD" }, "ios.sim.release": { "binaryPath": "ios/build/Build/Products/Release-iphonesimulator/testing.app", "build": "export RCT_NO_LAUNCH_PACKAGER=true && xcodebuild -workspace ios/testing.xcworkspace -scheme testing -configuration Release -sdk iphonesimulator -derivedDataPath ios/build -quiet", "type": "ios.simulator", "name": "iPhone X" }, "android.emu.release": { "binaryPath": "android/app/build/outputs/apk/release/app-release.apk", "build": "pushd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release && popd", "type": "android.emulator", "name": "TestingAVD" } } } }