ethers.js/packages/keccak256/package.json

30 lines
746 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/keccak256",
"version": "5.0.0-beta.127",
2019-08-23 01:03:33 +03:00
"description": "The keccak256 hash function for ethers.",
"main": "./lib/index.js",
2019-05-15 01:25:46 +03:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bytes": ">=5.0.0-beta.129",
2019-05-15 01:25:46 +03:00
"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"
},
"module": "./lib.esm/index.js",
"types": "./lib/index.d.ts",
"tarballHash": "0x4290caf3668c6796f8e9bf944a912302b98c703bb3a8b7015f76ecbe3117e5e6"
2019-05-15 01:25:46 +03:00
}