Files
pezkuwi-ui/packages/ledger/package.json
T
Jaco Greeff 353a15827b No types export from index (#421)
* No types export from index

* Fix use

* bump

* Bumps

* CHANGELOG

* OCD
2020-12-21 11:50:34 +01:00

22 lines
515 B
JSON

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