@hethers/units
Version:
Unit conversion functions for Hedera Hashgraph.
37 lines (36 loc) • 885 B
JSON
{
"dependencies": {
"@ethersproject/bignumber": "5.5.0",
"@hethers/logger": "1.2.0"
},
"description": "Unit conversion functions for Hedera Hashgraph.",
"gitHead": "43c5d96c15899b8832b55785a5082ec53f4261e9",
"keywords": [
"Hedera",
"Hashgraph",
"Ethereum",
"hethers",
"ethers",
"units",
"conversion"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@hethers/units",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/units",
"type": "git",
"url": "git://github.com/hashgraph/hethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0xb11894479ef679c94f0ab2036275371f7ef100421a29049f40e798ba835d9e2f",
"types": "./lib/index.d.ts",
"version": "1.2.0"
}