ethers.js/packages/units/package.json

32 lines
814 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.0",
"@ethersproject/constants": ">5.0.0-beta.0",
"@ethersproject/logger": ">5.0.0-beta.0"
},
"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",
"tarballHash": "0x5479e371548e25506a64d279c312e51f06828b3802cece3c5f3f621b67b61abd"
}