ethers.js/packages/constants/package.json
2020-09-11 02:10:58 -04:00

30 lines
748 B
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bignumber": "^5.0.7"
},
"description": "Common Ethereum constants used for ethers.",
"ethereum": "donations.ethers.eth",
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/constants",
"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": "0x1a5bdfe22f5b6b81a3e8c8d48646b52af3685c0ba2a652fe86868df017a7a7e6",
"types": "./lib/index.d.ts",
"version": "5.0.4"
}