2020-01-10 10:50:09 +03:00
|
|
|
{
|
2020-11-15 01:42:36 +03:00
|
|
|
"_ethers.alias": {
|
|
|
|
"ledger-transport.js": "browser-ledger-transport.js"
|
|
|
|
},
|
2020-01-10 10:50:09 +03:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
2020-01-11 03:59:20 +03:00
|
|
|
"browser": {
|
2020-11-17 07:07:24 +03:00
|
|
|
"./lib/ledger-transport.js": "./lib/browser-ledger-transport.js"
|
2020-01-11 03:59:20 +03:00
|
|
|
},
|
2020-01-10 10:50:09 +03:00
|
|
|
"dependencies": {
|
2020-11-15 01:42:36 +03:00
|
|
|
"@ledgerhq/hw-app-eth": "5.27.2",
|
|
|
|
"@ledgerhq/hw-transport": "5.26.0",
|
|
|
|
"@ledgerhq/hw-transport-u2f": "5.26.0",
|
2022-08-18 21:48:39 +03:00
|
|
|
"ethers": "^5.7.0"
|
2020-01-10 10:50:09 +03:00
|
|
|
},
|
|
|
|
"description": "Hardware Wallet support for ethers.",
|
|
|
|
"ethereum": "donations.ethers.eth",
|
2020-11-24 03:23:11 +03:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "individual",
|
|
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "individual",
|
|
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
|
}
|
|
|
|
],
|
2020-01-10 10:50:09 +03:00
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers",
|
|
|
|
"cli"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "./lib/index.js",
|
2020-11-17 07:07:24 +03:00
|
|
|
"module": "./lib.esm/index.js",
|
2020-01-10 10:50:09 +03:00
|
|
|
"name": "@ethersproject/hardware-wallets",
|
2020-04-25 01:22:06 +03:00
|
|
|
"optionalDependencies": {
|
2020-11-15 01:42:36 +03:00
|
|
|
"@ledgerhq/hw-transport-node-hid": "5.26.0"
|
2020-04-25 01:22:06 +03:00
|
|
|
},
|
2020-01-10 10:50:09 +03:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"repository": {
|
2020-11-24 02:44:11 +03:00
|
|
|
"directory": "packages/hardware-wallets",
|
2020-01-10 10:50:09 +03:00
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "exit 1"
|
|
|
|
},
|
2020-11-23 00:35:27 +03:00
|
|
|
"sideEffects": false,
|
2022-08-18 21:48:39 +03:00
|
|
|
"tarballHash": "0x3ffa694c4f0f9a9fff800af931833de5a6dcd1c6bc7c3bd0763011dff4bb9b2b",
|
2020-01-10 10:50:09 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
2022-08-18 21:48:39 +03:00
|
|
|
"version": "5.7.0"
|
2020-01-10 10:50:09 +03:00
|
|
|
}
|