ethers.js/packages/wordlists/package.json
2022-05-24 11:45:35 -04:00

52 lines
1.3 KiB
JSON

{
"_browser-all": {
"./lib/wordlists": "./lib/wordlists.js"
},
"_ethers.alias": {
"wordlists.js": "browser-wordlists.js"
},
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/hash": "^5.6.1",
"@ethersproject/logger": "^5.6.0",
"@ethersproject/properties": "^5.6.0",
"@ethersproject/strings": "^5.6.1"
},
"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": "0x4507f39c58514e772c25827a6a70646bdda422ce33c833398fe26472ef5d9dc2",
"types": "./lib/index.d.ts",
"version": "5.6.1"
}