{ "name": "@polkadot/reactnative-identicon", "version": "0.86.2", "type": "module", "description": "Renders an SVG picture representing an address", "main": "index.js", "sideEffects": [ "./detectPackage.js", "./detectPackage.cjs" ], "author": "Jaco Greeff ", "maintainers": [], "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.15.4", "@polkadot/ui-shared": "0.86.2", "@polkadot/util": "^7.6.1", "@polkadot/util-crypto": "^7.6.1", "react-native-svg": "^12.1.1" }, "peerDependencies": { "@polkadot/util": "*", "@polkadot/util-crypto": "*", "react": "*", "react-native": "*" }, "devDependencies": { "@types/react-native": "^0.66.0" } }