@helium/transactions
Version:
Construct and serialize Helium blockchain transaction primatives
41 lines (40 loc) • 941 B
JSON
{
"name": "@helium/transactions",
"version": "5.0.1",
"description": "Construct and serialize Helium blockchain transaction primatives",
"keywords": [
"helium",
"blockchain",
"protobuf",
"transactions"
],
"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": {
"@helium/address": "^5.0.1",
"@helium/proto": "^2.2.0",
"long": "^4.0.0",
"path": "^0.12.7"
},
"devDependencies": {
"@helium/crypto": "^5.0.1",
"@types/node": "^22.14.1"
},
"gitHead": "f77fc8d5bbfbd41b793dc7b47d7f2393f1afaddf"
}