2
0
mirror of synced 2025-02-24 03:58:06 +00:00
2019-10-17 01:12:03 +09:00

31 lines
784 B
JSON

{
"name": "@ethersproject/keccak256",
"version": "5.0.0-beta.130",
"description": "The keccak256 hash function for ethers.",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bytes": ">=5.0.0-beta.129",
"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",
"ethereum": "donations.ethers.eth",
"tarballHash": "0x686d46da69f1ed8b5265d624a3a924fd5014954bbdc880e4640c0ead3563df22"
}