ethers.js/packages/hash/package.json
2019-09-08 02:46:53 -04:00

33 lines
903 B
JSON

{
"name": "@ethersproject/hash",
"version": "5.0.0-beta.129",
"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",
"ethereum": "donations.ethers.eth",
"tarballHash": "0x348359b27daa4c2f211dfa7219bb5fa5e55cc418f93a4f33eeea26fcff9e4dff"
}