ethers.js/packages/wordlists/package.json
2019-08-01 18:04:06 -04:00

28 lines
756 B
JSON

{
"name": "@ethersproject/wordlists",
"version": "5.0.0-beta.125",
"description": "Word lists for BIP39 wallets.",
"main": "index.js",
"browser": "browser.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bytes": ">5.0.0-beta.0",
"@ethersproject/hash": ">5.0.0-beta.0",
"@ethersproject/logger": ">5.0.0-beta.0",
"@ethersproject/properties": ">5.0.0-beta.0",
"@ethersproject/strings": ">5.0.0-beta.0"
},
"keywords": [
"Ethereum",
"ethers"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"tarballHash": "0xfaeb44a3c7655237ac0e83b267bd83eca797aebca09f2b8cee6f7f9c8acec878"
}