ethers.js/packages/hash/package.json

30 lines
782 B
JSON

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