ethers.js/packages/wordlists/package.json
2021-01-31 21:12:58 -05:00

52 lines
1.3 KiB
JSON

{
"_browser-all": {
"./lib/wordlists": "./lib/wordlists.js"
},
"_ethers.alias": {
"dead-wordlists.js": "dead-browser-wordlists.js"
},
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bytes": "^5.0.9",
"@ethersproject/hash": "^5.0.10",
"@ethersproject/logger": "^5.0.8",
"@ethersproject/properties": "^5.0.7",
"@ethersproject/strings": "^5.0.8"
},
"description": "Word lists for BIP39 wallets.",
"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"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/wordlists",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/wordlists",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x0b6c5b258d414439c880ea5da0b57db93bc81e2bf3276568f79da1cd9187755f",
"types": "./lib/index.d.ts",
"version": "5.0.9"
}