ethers.js/packages/constants/package.json
2019-10-17 01:12:03 +09:00

30 lines
767 B
JSON

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