Files
pezkuwi-ui/packages/ledger/package.json
T
Github Actions b40167c1e2 [CI Skip] release/stable 0.63.1
skip-checks: true
2020-12-14 12:24:30 +00:00

21 lines
490 B
JSON

{
"name": "@polkadot/ledger",
"version": "0.63.1",
"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.63.1",
"@polkadot/util": "^5.0.1",
"@zondax/ledger-polkadot": "^0.12.0"
},
"peerDependencies": {
"@polkadot/util": "*"
}
}