ethers.js/packages/constants/package.json
2019-09-08 02:46:53 -04:00

30 lines
767 B
JSON

{
"name": "@ethersproject/constants",
"version": "5.0.0-beta.129",
"description": "Common Ethereum constants used for ethers.",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bignumber": ">=5.0.0-beta.130"
},
"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": "0x9f757839cf22c910f00ac215fef5a5210f4bdfaf0acc7e7dbe5e4a0f347fddc3"
}