mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 18:28:03 +00:00
22 lines
515 B
JSON
22 lines
515 B
JSON
{
|
|
"name": "@polkadot/ledger",
|
|
"version": "0.65.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.65.1",
|
|
"@polkadot/util": "^5.2.3",
|
|
"@zondax/ledger-polkadot": "^0.12.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*"
|
|
}
|
|
}
|