2020-01-10 02:50:09 -05:00
|
|
|
{
|
2020-11-14 17:42:36 -05:00
|
|
|
"_ethers.alias": {
|
|
|
|
"ledger-transport.js": "browser-ledger-transport.js"
|
|
|
|
},
|
2020-01-10 02:50:09 -05:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
2020-01-10 19:59:20 -05:00
|
|
|
"browser": {
|
2020-11-16 23:07:24 -05:00
|
|
|
"./lib/ledger-transport.js": "./lib/browser-ledger-transport.js"
|
2020-01-10 19:59:20 -05:00
|
|
|
},
|
2020-01-10 02:50:09 -05:00
|
|
|
"dependencies": {
|
2020-11-14 17:42:36 -05:00
|
|
|
"@ledgerhq/hw-app-eth": "5.27.2",
|
|
|
|
"@ledgerhq/hw-transport": "5.26.0",
|
|
|
|
"@ledgerhq/hw-transport-u2f": "5.26.0",
|
2024-02-23 22:30:55 -05:00
|
|
|
"ethers": "^5.8.0"
|
2020-01-10 02:50:09 -05:00
|
|
|
},
|
|
|
|
"description": "Hardware Wallet support for ethers.",
|
|
|
|
"ethereum": "donations.ethers.eth",
|
2020-11-23 19:23:11 -05: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 02:50:09 -05:00
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers",
|
|
|
|
"cli"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "./lib/index.js",
|
2020-11-16 23:07:24 -05:00
|
|
|
"module": "./lib.esm/index.js",
|
2020-01-10 02:50:09 -05:00
|
|
|
"name": "@ethersproject/hardware-wallets",
|
2020-04-24 18:22:06 -04:00
|
|
|
"optionalDependencies": {
|
2020-11-14 17:42:36 -05:00
|
|
|
"@ledgerhq/hw-transport-node-hid": "5.26.0"
|
2020-04-24 18:22:06 -04:00
|
|
|
},
|
2020-01-10 02:50:09 -05:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"repository": {
|
2020-11-23 18:44:11 -05:00
|
|
|
"directory": "packages/hardware-wallets",
|
2020-01-10 02:50:09 -05:00
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "exit 1"
|
|
|
|
},
|
2020-11-22 16:35:27 -05:00
|
|
|
"sideEffects": false,
|
2024-02-23 22:30:55 -05:00
|
|
|
"tarballHash": "0x8ee40c702a4ddcc2d3e4a57feae0a613b30dc38a2583b0f9f804632950dc625a",
|
2020-01-10 02:50:09 -05:00
|
|
|
"types": "./lib/index.d.ts",
|
2024-02-23 22:30:55 -05:00
|
|
|
"version": "5.8.0"
|
2020-01-10 02:50:09 -05:00
|
|
|
}
|