ethers.js/packages/units/package.json
2019-09-06 17:48:26 -04:00

33 lines
854 B
JSON

{
"name": "@ethersproject/units",
"version": "5.0.0-beta.127",
"description": "Unit conversion functions for Ethereum.",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bignumber": ">=5.0.0-beta.130",
"@ethersproject/constants": ">=5.0.0-beta.128",
"@ethersproject/logger": ">=5.0.0-beta.129"
},
"keywords": [
"Ethereum",
"ethers",
"units",
"conversion"
],
"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": "0x0d88da2b7144b9d05c80ce43d95389f659e3774817e2cd7e5c08b41412622f2f"
}