{ "name": "BlueWallet", "version": "3.8.0", "devDependencies": { "babel-eslint": "^10.0.1", "babel-jest": "^24.0.0", "eslint": "^5.13.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "^2.15.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-react": "^7.12.3", "jest": "^24.0.0", "metro-react-native-babel-preset": "^0.51.1", "prettier-eslint-cli": "^4.7.1", "react-test-renderer": "^16.7.0", "rn-nodeify": "github:tradle/rn-nodeify" }, "scripts": { "prepare": "./patches/fix_mangle.sh; git apply patches/minifier.js.patch; git apply patches/minify.js.patch; git apply patches/transaction_builder.js.patch; git apply ./patches/transaction.js.patch", "clean": "cd android/; ./gradlew clean; cd ..; rm -r -f /tmp/metro-cache/; rm -r -f node_modules/; npm cache clean --force; npm i; npm start -- --reset-cache", "releasenotes2json": "./release-notes.sh > release-notes.txt; node -e 'console.log(JSON.stringify(require(\"fs\").readFileSync(\"release-notes.txt\", \"utf8\")));' > release-notes.json", "start": "node node_modules/react-native/local-cli/cli.js start", "android": "react-native run-android", "ios": "react-native run-ios", "postinstall": "./node_modules/.bin/rn-nodeify --install buffer,events,process,stream,util,inherits,fs,path --hack; npm run releasenotes2json", "test": "npm run unit && npm run jest && npm run lint", "jest": "node node_modules/jest/bin/jest.js", "lint": "./node_modules/.bin/eslint *.js screen/**/*.js screen/ class/ models/ loc/ --fix", "unit": "./node_modules/.bin/mocha tests/**/*.js" }, "jest": { "preset": "react-native", "transform": { "^.+\\.js$": "/node_modules/react-native/jest/preprocessor.js" } }, "dependencies": { "@babel/preset-env": "7.3.1", "@remobile/react-native-qrcode-local-image": "1.0.4", "bignumber.js": "8.0.2", "bip21": "2.0.2", "bip39": "2.5.0", "bitcoinjs-lib": "3.3.2", "buffer": "5.2.1", "buffer-reverse": "1.0.1", "crypto-js": "3.1.9-1", "dayjs": "1.8.6", "electrum-client": "git+https://github.com/Overtorment/node-electrum-client.git", "eslint-config-prettier": "4.0.0", "eslint-config-standard": "12.0.0", "eslint-config-standard-react": "7.0.2", "eslint-plugin-prettier": "3.0.1", "eslint-plugin-standard": "4.0.0", "frisbee": "2.0.5", "intl": "1.2.5", "mocha": "5.2.0", "node-libs-react-native": "1.0.1", "path-browserify": "1.0.0", "prettier": "1.16.3", "process": "0.11.10", "prop-types": "15.6.2", "react": "16.7.0", "react-localization": "1.0.10", "react-native": "0.58.1", "react-native-camera": "1.10.0", "react-native-device-info": "0.26.1", "react-native-elements": "0.19.0", "react-native-flexi-radio-button": "0.2.2", "react-native-fs": "2.13.3", "react-native-gesture-handler": "1.0.15", "react-native-google-analytics-bridge": "7.0.0", "react-native-haptic-feedback": "1.5.0", "react-native-image-picker": "0.28.0", "react-native-level-fs": "3.0.1", "react-native-linear-gradient": "2.5.3", "react-native-modal": "7.0.2", "react-native-permissions": "1.1.1", "react-native-prompt-android": "0.3.4", "react-native-qrcode-svg": "5.1.2", "react-native-randombytes": "3.5.2", "react-native-rate": "1.1.6", "react-native-sentry": "0.41.1", "react-native-snap-carousel": "3.7.5", "react-native-sortable-list": "0.0.22", "react-native-svg": "9.1.1", "react-native-tcp": "3.3.0", "react-native-vector-icons": "6.2.0", "react-native-webview": "4.1.0", "react-native-wkwebview-reborn": "2.0.0", "react-navigation": "3.1.2", "react-test-render": "1.1.1", "readable-stream": "3.1.1", "secure-random": "1.1.1", "stream-browserify": "2.0.2", "util": "0.11.1", "wif": "2.0.1" }, "react-native": { "path": "path-browserify", "fs": "react-native-level-fs", "_stream_transform": "readable-stream/transform", "_stream_readable": "readable-stream/readable", "_stream_writable": "readable-stream/writable", "_stream_duplex": "readable-stream/duplex", "_stream_passthrough": "readable-stream/passthrough", "stream": "stream-browserify" }, "browser": { "path": "path-browserify", "fs": "react-native-level-fs", "_stream_transform": "readable-stream/transform", "_stream_readable": "readable-stream/readable", "_stream_writable": "readable-stream/writable", "_stream_duplex": "readable-stream/duplex", "_stream_passthrough": "readable-stream/passthrough", "stream": "stream-browserify" } }