ethers.js/packages/hash/package.json
2019-08-31 23:56:02 -04:00

32 lines
865 B
JSON

{
"name": "@ethersproject/hash",
"version": "5.0.0-beta.128",
"description": "Hash utility functions for Ethereum.",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bytes": ">=5.0.0-beta.129",
"@ethersproject/keccak256": ">=5.0.0-beta.127",
"@ethersproject/logger": ">=5.0.0-beta.129",
"@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": "0xc98b05c98e389f24c4a131d48e699fe8c71fdce6314e08c85771d8105c11a3a6"
}