ethers.js/packages/keccak256/package.json

28 lines
668 B
JSON

{
"name": "@ethersproject/keccak256",
"version": "5.0.0-beta.126",
"description": "Error utility functions for ethers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bytes": ">5.0.0-beta.0",
"js-sha3": "0.5.7"
},
"keywords": [
"Ethereum",
"ethers"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"tarballHash": "0xf528931c83d037f8211abafdb96cea30b0d60a99a2f450f3bffa2cb7f69d3980"
}