{
  "name": "@helium/address",
  "version": "5.0.1",
  "description": "Helium public key utilities",
  "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"
  },
  "gitHead": "f77fc8d5bbfbd41b793dc7b47d7f2393f1afaddf",
  "dependencies": {
    "@noble/hashes": "^1.8.0",
    "bs58": "^6.0.0",
    "multiformats": "^9.6.4"
  },
  "devDependencies": {
    "@types/bs58": "4.0.1",
    "@types/node": "^22.14.1"
  }
}
