ethers.js/packages/constants/package.json
2019-08-31 23:56:02 -04:00

29 lines
729 B
JSON

{
"name": "@ethersproject/constants",
"version": "5.0.0-beta.128",
"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",
"tarballHash": "0xaeb8888de915b16261b73a42af366ff0cb997714c625dd1d01ad7efb06193ada"
}