{ "name": "@polkadot/reactnative-identicon", "version": "0.70.2-0", "description": "Renders an SVG picture representing an address", "main": "index.js", "sideEffects": [ "./detectPackage.js", "./detectPackage.mjs" ], "author": "Jaco Greeff ", "maintainers": [], "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.13.8", "@polkadot/ui-shared": "0.70.2-0", "@polkadot/util": "^5.9.3-0", "@polkadot/util-crypto": "^5.9.3-0", "react-native-svg": "^12.1.0" }, "peerDependencies": { "@polkadot/util": "*", "@polkadot/util-crypto": "*", "react": "*", "react-native": "*" }, "devDependencies": { "@types/react-native": "^0.63.50" } }