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": "0x03fcf14ceb26ccd22b4bde2095d99815d33a3ee10c663c66863098cb04e5a949"
}