ethers.js/packages/keccak256/package.json

43 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2019-05-14 18:25:46 -04:00
{
"author": "Richard Moore <me@ricmoo.com>",
2019-05-14 18:25:46 -04:00
"dependencies": {
2024-02-23 22:30:55 -05:00
"@ethersproject/bytes": "^5.8.0",
2021-10-16 02:29:27 -04:00
"js-sha3": "0.8.0"
2019-05-14 18:25:46 -04:00
},
"description": "The keccak256 hash function for ethers.",
"ethereum": "donations.ethers.eth",
2020-11-23 19:23:11 -05:00
"funding": [
{
"type": "individual",
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
},
{
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
2019-05-14 18:25:46 -04:00
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
2020-11-16 23:07:24 -05:00
"module": "./lib.esm/index.js",
"name": "@ethersproject/keccak256",
2019-05-14 18:25:46 -04:00
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/keccak256",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2020-11-14 17:42:36 -05:00
"sideEffects": false,
2024-02-23 22:30:55 -05:00
"tarballHash": "0xc3a08fe702da628fb66722225963cf4f68b2a360f4205a414f4f92699f43a41e",
"types": "./lib/index.d.ts",
2024-02-23 22:30:55 -05:00
"version": "5.8.0"
2019-05-14 18:25:46 -04:00
}