ethers.js/packages/hash/package.json

41 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2022-04-11 17:09:17 -04:00
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/address": "^6.0.0-beta.1",
"@ethersproject/bytes": "^6.0.0-beta.1",
"@ethersproject/crypto": "^6.0.0-beta.1",
"@ethersproject/logger": "^6.0.0-beta.1",
"@ethersproject/math": "^6.0.0-beta.1",
"@ethersproject/properties": "^6.0.0-beta.1",
"@ethersproject/strings": "^6.0.0-beta.1"
},
"description": "Hash utilities for ethers.",
2022-04-14 04:51:35 -04:00
"engines": {
"node": ">=12.17.0"
},
2022-04-11 17:09:17 -04:00
"ethereum": "donations.ethers.eth",
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "@ethersproject/hash",
"publishConfig": {
"access": "public",
"tag": "beta"
},
"repository": {
"directory": "packages/hash",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"type": "module",
"types": "./lib/index.d.ts",
2022-04-20 17:31:06 -04:00
"version": "6.0.0-beta.7"
2022-04-11 17:09:17 -04:00
}