ethers.js/packages/hash/package.json
2020-09-22 23:18:45 -04:00

34 lines
911 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",
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
"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": "0x531ad5d951cfc5739f4169e065b67b30811c4505f045b9f79dc6fef38b1541a0",
"types": "./lib/index.d.ts",
"version": "5.0.5"
}