{ "author": "Jaco Greeff ", "bugs": "https://github.com/polkadot-js/ui/issues", "engines": { "node": ">=14" }, "homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-keyring#readme", "license": "Apache-2.0", "name": "@polkadot/ui-keyring", "repository": { "directory": "packages/ui-keyring", "type": "git", "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": [ "./detectPackage.js", "./detectPackage.cjs" ], "type": "module", "version": "3.1.3", "main": "index.js", "dependencies": { "@polkadot/keyring": "^11.1.2", "@polkadot/ui-settings": "3.1.3", "@polkadot/util": "^11.1.2", "@polkadot/util-crypto": "^11.1.2", "mkdirp": "^2.1.6", "rxjs": "^7.8.0", "store": "^2.0.12", "tslib": "^2.5.0" }, "devDependencies": { "@types/mkdirp": "^2.0.0", "@types/store": "^2.0.2" }, "peerDependencies": { "@polkadot/keyring": "*", "@polkadot/ui-settings": "*", "@polkadot/util": "*" } }