{ "name": "@polkadot/reactnative-identicon", "version": "0.86.3-0", "license": "Apache-2.0", "type": "module", "description": "Renders an SVG picture representing an address", "main": "index.js", "author": "Jaco Greeff ", "maintainers": [], "contributors": [], "bugs": "https://github.com/polkadot-js/ui/issues", "homepage": "https://github.com/polkadot-js/ui#readme", "repository": { "type": "git", "url": "https://github.com/polkadot-js/ui.git", "directory": "packages/reactnative-identicon" }, "sideEffects": [ "./detectPackage.js", "./detectPackage.cjs" ], "dependencies": { "@babel/runtime": "^7.15.4", "@polkadot/ui-shared": "0.86.3-0", "@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" } }