ethers.js/packages/address/package.json

35 lines
935 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"author": "Richard Moore <me@ricmoo.com>",
2019-05-15 01:25:46 +03:00
"dependencies": {
2020-06-13 04:07:12 +03:00
"@ethersproject/bignumber": "^5.0.0",
"@ethersproject/bytes": "^5.0.0",
"@ethersproject/keccak256": "^5.0.0",
"@ethersproject/logger": "^5.0.0",
"@ethersproject/rlp": "^5.0.0",
2019-05-15 01:25:46 +03:00
"bn.js": "^4.4.0"
},
"description": "Utilities for handling Ethereum Addresses for ethers.",
"ethereum": "donations.ethers.eth",
2019-05-15 01:25:46 +03:00
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/address",
2019-05-15 01:25:46 +03:00
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x4de9e63465db992b39e23b40979ee591c312c637bb19aa8f2de146ceaeb4b5c8",
"types": "./lib/index.d.ts",
"version": "5.0.1"
2019-05-15 01:25:46 +03:00
}