ethers.js/packages/wordlists/package.json
2019-08-02 02:10:58 -04:00

28 lines
756 B
JSON

{
"name": "@ethersproject/wordlists",
"version": "5.0.0-beta.126",
"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": "0x45304be54025c6a1c16be55fe98f1a215f9cbdbdda375f83c876da568a65d7d5"
}