ethers.js/packages/hash/package.json
2020-09-11 02:10:58 -04:00

33 lines
854 B
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bytes": "^5.0.4",
"@ethersproject/keccak256": "^5.0.3",
"@ethersproject/logger": "^5.0.5",
"@ethersproject/strings": "^5.0.4"
},
"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": "0x749d62288550b6b2f701c55b2b3a039ba8e32e049ea52660aeace7cb06dc1156",
"types": "./lib/index.d.ts",
"version": "5.0.4"
}