Files
pezkuwi-ui/packages/ui-keyring/package.json
T
Github Actions 7b45a86daa [CI Skip] release/beta 0.86.3-0
skip-checks: true
2021-10-25 09:34:02 +00:00

41 lines
1020 B
JSON

{
"name": "@polkadot/ui-keyring",
"version": "0.86.3-0",
"license": "Apache-2.0",
"type": "module",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"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/ui-keyring"
},
"sideEffects": [
"./detectPackage.js",
"./detectPackage.cjs"
],
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/hw-ledger": "^7.6.1",
"@polkadot/keyring": "^7.6.1",
"@polkadot/ui-settings": "0.86.3-0",
"@polkadot/util": "^7.6.1",
"mkdirp": "^1.0.4",
"rxjs": "^7.4.0",
"store": "^2.0.12"
},
"devDependencies": {
"@types/mkdirp": "^1.0.2",
"@types/store": "^2.0.2"
},
"peerDependencies": {
"@polkadot/keyring": "*",
"@polkadot/ui-settings": "*",
"@polkadot/util": "*"
}
}