Files
pezkuwi-ui/packages/ledger/package.json
T
Github Actions ad2c3bb12a [CI Skip] release/beta 0.62.2-11
skip-checks: true
2020-11-11 13:06:36 +00:00

24 lines
561 B
JSON

{
"name": "@polkadot/ledger",
"version": "0.62.2-11",
"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-11",
"@polkadot/util": "^4.0.2-12",
"@zondax/ledger-polkadot": "^0.11.0"
},
"devDependencies": {
"@polkadot/types": "^2.6.2-7"
},
"peerDependencies": {
"@polkadot/util": "*"
}
}