{ "name": "@notesnook/mobile", "version": "2.4.6", "private": true, "license": "GPL-3.0-or-later", "workspaces": [ "native/", "app/" ], "scripts": { "postinstall": "patch-package", "run-android": "cd native && react-native run-android --active-arch-only", "run-ios": "cd native && react-native run-ios", "start": "cd native && react-native start", "repack": "cd native && react-native webpack-start", "install-pods": "cd native/ios && pod install", "build-ios": "cd native && detox build -c ios.sim.release", "build-android": " cd native && detox build -c android.emu.release", "e2e-android": "cd native && detox test --configuration android.emu.release --detectOpenHandles", "e2e-ios": "cd native && detox test -c ios.sim.release --detectOpenHandles", "bump": "cd native && npx react-native bump-version --skip-semver-for android", "release-android": "cd native/android && GITHUB_RELEASE=true ENVFILE=.env.public ./gradlew assembleRelease --no-daemon", "release-android-bundle": "cd native/android && ./gradlew bundleRelease --no-daemon" }, "devDependencies": { "patch-package": "^6.4.7", "typescript": "^4.8.2", "otplib": "12.0.1" }, "dependencies": { "@notesnook/core": "*", "@notesnook/editor": "*", "@notesnook/editor-mobile": "*", "fflate": "^0.7.3", "react-native-actions-shortcuts": "^1.0.1", "react-native-fingerprint-scanner": "https://github.com/ammarahm-ed/react-native-fingerprint-scanner.git", "react-native-iap": "7.5.6" } }