@helium/currency
Version:
Utilities for handling different currency types on the Helium blockchain
36 lines (35 loc) • 814 B
JSON
{
"name": "@helium/currency",
"version": "5.0.1",
"description": "Utilities for handling different currency types on the Helium blockchain",
"keywords": [
"helium",
"blockchain",
"currency"
],
"contributors": [
"Andrew Allen <allenan@helium.com>"
],
"homepage": "https://github.com/helium/helium-js",
"license": "Apache-2.0",
"main": "build/index.js",
"module": "build/index.js",
"files": [
"build"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"clean": "rimraf build",
"build": "yarn run clean && tsc"
},
"dependencies": {
"bignumber.js": "^9.0.0"
},
"gitHead": "f77fc8d5bbfbd41b793dc7b47d7f2393f1afaddf",
"devDependencies": {
"@types/node": "^22.14.1"
}
}