33 lines
903 B
JSON
33 lines
903 B
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/bytes": ">=5.0.0-beta.137",
|
|
"@ethersproject/keccak256": ">=5.0.0-beta.131",
|
|
"@ethersproject/logger": ">=5.0.0-beta.137",
|
|
"@ethersproject/strings": ">=5.0.0-beta.136"
|
|
},
|
|
"description": "Hash utility functions for Ethereum.",
|
|
"ethereum": "donations.ethers.eth",
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "@ethersproject/hash",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"tarballHash": "0xd7e2c82beb0cb8ab78d3f1b743e48c886bae5c1eb1c196b8891f8acfbf07939d",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.0-beta.134"
|
|
}
|