{ "author": "Jaco Greeff ", "bugs": "https://github.com/polkadot-js/ui/issues", "engines": { "node": ">=18" }, "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": [ "./packageDetect.js", "./packageDetect.cjs" ], "type": "module", "version": "3.14.1", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.5.1", "@polkadot/ui-settings": "3.14.1", "@polkadot/util": "^13.5.1", "@polkadot/util-crypto": "^13.5.1", "mkdirp": "^3.0.1", "rxjs": "^7.8.1", "store": "^2.0.12", "tslib": "^2.8.1" }, "devDependencies": { "@types/mkdirp": "^2.0.0", "@types/store": "^2.0.5" }, "peerDependencies": { "@polkadot/keyring": "*", "@polkadot/ui-settings": "*", "@polkadot/util": "*" } }