33 lines
854 B
JSON
33 lines
854 B
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/bytes": "^5.0.0",
|
|
"@ethersproject/keccak256": "^5.0.0",
|
|
"@ethersproject/logger": "^5.0.0",
|
|
"@ethersproject/strings": "^5.0.0"
|
|
},
|
|
"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": "0x67be7478a02fc46b7d58c2d24f1b48b53c583e9088a912fdc53866a3f8a47d96",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.2"
|
|
}
|