49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/abstract-signer": "^5.0.10",
|
|
"@ethersproject/address": "^5.0.9",
|
|
"@ethersproject/bignumber": "^5.0.13",
|
|
"@ethersproject/bytes": "^5.0.9",
|
|
"@ethersproject/keccak256": "^5.0.7",
|
|
"@ethersproject/logger": "^5.0.8",
|
|
"@ethersproject/properties": "^5.0.7",
|
|
"@ethersproject/strings": "^5.0.8"
|
|
},
|
|
"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": "0xfa879cfa5e74cb934b265f47f2a900f4eb969ec6e96a7519f0fda398819a4145",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.12"
|
|
}
|