ethers.js/packages/constants/package.json

28 lines
695 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/constants",
"version": "5.0.0-beta.128",
2019-08-23 01:03:33 +03:00
"description": "Common Ethereum constants used for ethers.",
"main": "./lib/index.js",
2019-05-15 01:25:46 +03:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bignumber": ">5.0.0-beta.0"
},
"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",
"tarballHash": "0x29b69bfc747774d3debf9874b27f05d4c8ea232d709ce955d931d18624a7b0d3"
2019-05-15 01:25:46 +03:00
}