{ "name": "minibits_wallet", "version": "0.1.9-beta.24", "private": true, "scripts": { "android:clean": "cd android && ./gradlew clean", "android:dev": "npx react-native run-android --active-arch-only", "android:test": "npx react-native run-android --mode=release", "android:bundle": "npx react-native build-android --mode=release", "android:apk": "cd android && ./gradlew assembleRelease", "ios": "react-native run-ios", "lint": "eslint .", "start": "npx react-native start", "test": "jest", "test:i18n": "node __tests__/missingTranslations.js && node __tests__/incorrectTranslationPlaceholders.js", "adb": "adb devices && adb reverse tcp:9090 tcp:9090 && adb reverse tcp:3000 tcp:3000 && adb reverse tcp:9001 tcp:9001 && adb reverse tcp:8081 tcp:8081", "adb:unreverse": "adb devices && adb reverse --remove-all", "adb:inspect": "adb shell input keyevent 82", "postinstall": "patch-package --exclude 'nothing'" }, "dependencies": { "@cashu/cashu-ts": "minibits-cash/cashu-ts#commit=1be675cbaf286df51717f54b402e4fdd6295c506", "@exodus/borc": "^2.1.1", "@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/free-brands-svg-icons": "^6.6.0", "@fortawesome/free-regular-svg-icons": "^6.6.0", "@fortawesome/free-solid-svg-icons": "^6.6.0", "@fortawesome/react-native-fontawesome": "^0.3.2", "@gandlaf21/bolt11-decode": "^3.1.1", "@gocodingnow/rn-size-matters": "^0.0.4", "@notifee/react-native": "^9.0.2", "@react-native-clipboard/clipboard": "^1.14.1", "@react-native-community/netinfo": "^11.4.0", "@react-native-firebase/app": "^20.5.0", "@react-native-firebase/messaging": "^20.5.0", "@react-navigation/bottom-tabs": "^6.6.1", "@react-navigation/native": "^6.1.18", "@react-navigation/native-stack": "^6.11.0", "@react-navigation/stack": "^6.4.1", "@sentry/react-native": "^5.32.0", "date-fns": "^4.0.0", "i18n-js": "^4.4.3", "js-lnurl": "^0.6.0", "lodash.clonedeep": "^4.5.0", "lodash.debounce": "4.0.8", "mobx": "^6.13.2", "mobx-react-lite": "^4.0.7", "mobx-state-tree": "^6.0.1", "nostr-tools": "1.17.0", "numbro": "^2.5.0", "patch-package": "^8.0.0", "postinstall-postinstall": "^2.1.0", "react": "18.3.1", "react-native": "0.75.3", "react-native-animated-pagination-dots": "^0.1.73", "react-native-camera-kit": "github:teslamotors/react-native-camera-kit#v14.0.0-beta15", "react-native-code-push": "^9.0.0", "react-native-dotenv": "^3.4.11", "react-native-exit-app": "^2.0.0", "react-native-flash-message": "^0.4.2", "react-native-gesture-handler": "^2.19.0", "react-native-json-tree": "^1.3.0", "react-native-keychain": "^8.2.0", "react-native-logs": "^5.1.0", "react-native-mmkv": "^2.12.2", "react-native-modal": "^13.0.1", "react-native-pager-view": "^6.4.1", "react-native-qrcode-svg": "^6.3.2", "react-native-quick-base64": "^2.1.2", "react-native-quick-crypto": "^0.7.4", "react-native-quick-sqlite": "github:margelo/react-native-quick-sqlite#commit=99f34ebefa91698945f3ed26622e002bd79489e0", "react-native-reanimated": "^3.15.2", "react-native-safe-area-context": "^4.11.0", "react-native-screens": "^3.34.0", "react-native-svg": "^15.6.0", "react-native-tab-view": "^3.5.2", "react-native-url-polyfill": "^2.0.0", "simple-js-task-queue": "^0.2.2", "text-encoding-polyfill": "^0.6.7", "util": "^0.12.5" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/babel-preset": "0.75.3", "@react-native/eslint-config": "0.75.3", "@react-native/metro-config": "0.75.3", "@react-native/typescript-config": "0.75.3", "@tsconfig/react-native": "^3.0.0", "@types/lodash.clonedeep": "^4.5.9", "@types/react": "^18.2.6", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.6.3", "babel-plugin-module-resolver": "^5.0.0", "eslint": "^8.56.0", "eslint-plugin-unused-imports": "^2.0.0", "jest": "^29.6.3", "metro-react-native-babel-preset": "0.76.7", "prettier": "2.8.8", "react-test-renderer": "18.3.1", "typescript": "5.0.4" }, "engines": { "node": ">=18 || 20 || 22" }, "packageManager": "yarn@3.6.4" }