55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"_ethers.alias": {
|
|
"ledger-transport.js": "browser-ledger-transport.js"
|
|
},
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"browser": {
|
|
"./lib/ledger-transport.js": "./lib/browser-ledger-transport.js"
|
|
},
|
|
"dependencies": {
|
|
"@ledgerhq/hw-app-eth": "5.27.2",
|
|
"@ledgerhq/hw-transport": "5.26.0",
|
|
"@ledgerhq/hw-transport-u2f": "5.26.0",
|
|
"ethers": "^5.2.0"
|
|
},
|
|
"description": "Hardware Wallet support for ethers.",
|
|
"ethereum": "donations.ethers.eth",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers",
|
|
"cli"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "@ethersproject/hardware-wallets",
|
|
"optionalDependencies": {
|
|
"@ledgerhq/hw-transport-node-hid": "5.26.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"directory": "packages/hardware-wallets",
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "exit 1"
|
|
},
|
|
"sideEffects": false,
|
|
"tarballHash": "0x89e7bd4a4684245dab029dad747e3bc6a0bf1ad5aaf8769d40d646375dc043b9",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.2.0"
|
|
}
|