49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/abstract-signer": "^5.4.0",
|
|
"@ethersproject/address": "^5.4.0",
|
|
"@ethersproject/bignumber": "^5.4.0",
|
|
"@ethersproject/bytes": "^5.4.0",
|
|
"@ethersproject/keccak256": "^5.4.0",
|
|
"@ethersproject/logger": "^5.4.0",
|
|
"@ethersproject/properties": "^5.4.0",
|
|
"@ethersproject/strings": "^5.4.0"
|
|
},
|
|
"description": "Hash utility functions for Ethereum.",
|
|
"ethereum": "donations.ethers.eth",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "@ethersproject/hash",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"directory": "packages/hash",
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"sideEffects": false,
|
|
"tarballHash": "0x8be85f28931dfc3dd1ab9b95a69dd0f83081d4447a093f690f4a7fd935dc08cf",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.4.0"
|
|
}
|