26 lines
640 B
JSON
26 lines
640 B
JSON
{
|
|
"name": "@ethersproject/sha2",
|
|
"version": "5.0.0-beta.127",
|
|
"description": "Error utility functions for ethers.",
|
|
"main": "index.js",
|
|
"browser": "browser.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@ethersproject/bytes": ">5.0.0-beta.0",
|
|
"@ethersproject/logger": ">5.0.0-beta.0",
|
|
"hash.js": "1.1.3"
|
|
},
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"tarballHash": "0xa9993356699afdb770f47a55a8dd278064671152428243b9dd8d9db87de8076c"
|
|
}
|