Files
pezkuwi-ui/packages/ledger/package.json
T
Github Actions 57eece03d8 [CI Skip] release/beta 0.62.2-16
skip-checks: true
2020-11-30 12:21:45 +00:00

21 lines
496 B
JSON

{
"name": "@polkadot/ledger",
"version": "0.62.2-16",
"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-16",
"@polkadot/util": "^4.2.1",
"@zondax/ledger-polkadot": "^0.11.0"
},
"peerDependencies": {
"@polkadot/util": "*"
}
}