ethers.js/packages/wordlists/package.json
2020-11-23 18:44:11 -05:00

42 lines
1.1 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.4",
"@ethersproject/hash": "^5.0.4",
"@ethersproject/logger": "^5.0.5",
"@ethersproject/properties": "^5.0.3",
"@ethersproject/strings": "^5.0.4"
},
"description": "Word lists for BIP39 wallets.",
"ethereum": "donations.ethers.eth",
"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": "0xb5b929d4d6a294bb906e5b2cea1cb543960c5d53fa07a9da2ed4c8533c0ce9fd",
"types": "./lib/index.d.ts",
"version": "5.0.6"
}