34 lines
944 B
JSON
34 lines
944 B
JSON
{
|
|
"name": "@ethersproject/wordlists",
|
|
"version": "5.0.0-beta.128",
|
|
"description": "Word lists for BIP39 wallets.",
|
|
"main": "./lib/index.js",
|
|
"browser": "./lib/browser.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
|
"@ethersproject/hash": ">=5.0.0-beta.128",
|
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
|
"@ethersproject/strings": ">=5.0.0-beta.130"
|
|
},
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"module": "./lib.esm/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"tarballHash": "0x90c981750f2b47e9e0e2bf612f425918ec8c07b3dbac3c0fcc5d318eb533d6a5"
|
|
}
|