mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-23 04:51:05 +00:00
21 lines
498 B
JSON
21 lines
498 B
JSON
{
|
|
"name": "@polkadot/ledger",
|
|
"version": "0.62.2-23",
|
|
"repository": "github:polkadot-js/ui",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [],
|
|
"contributors": [],
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@polkadot/ledger-transports": "0.62.2-23",
|
|
"@polkadot/util": "^4.2.2-9",
|
|
"@zondax/ledger-polkadot": "^0.12.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|