mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-25 11:47:58 +00:00
98c497b0aa
skip-checks: true
22 lines
521 B
JSON
22 lines
521 B
JSON
{
|
|
"name": "@polkadot/ledger",
|
|
"version": "0.63.2-1",
|
|
"repository": "github:polkadot-js/ui",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [],
|
|
"contributors": [],
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"module": "index.mjs",
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@polkadot/ledger-transports": "0.63.2-1",
|
|
"@polkadot/util": "^5.0.2-6",
|
|
"@zondax/ledger-polkadot": "^0.12.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|