{
  "name": "@helium/onboarding",
  "version": "5.0.4",
  "description": "HTTP library for interacting with an onboarding server",
  "keywords": [
    "helium",
    "onboarding",
    "api",
    "mobile",
    "wifi",
    "access point",
    "HMH"
  ],
  "author": "Matt Reetz <matthewcarlreetz@gmail.com>",
  "homepage": "https://github.com/helium/helium-js",
  "license": "Apache-2.0",
  "main": "build/index.js",
  "module": "build/index.js",
  "files": [
    "build"
  ],
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/helium/helium-js.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "clean": "rm -rf build",
    "build": "yarn run clean && tsc",
    "generate-protos": "protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=. ./src/OutdoorConfig.proto"
  },
  "bugs": {
    "url": "https://github.com/helium/helium-js/issues"
  },
  "dependencies": {
    "@coral-xyz/anchor": "^0.31.0",
    "@helium/address": "^5.0.4",
    "@helium/crypto": "^5.0.4",
    "@helium/currency-utils": "^0.11.4",
    "@helium/data-credits-sdk": "^0.11.4",
    "@helium/helium-entity-manager-sdk": "^0.11.4",
    "@helium/hotspot-utils": "^0.11.4",
    "@helium/spl-utils": "^0.11.4",
    "@helium/transactions": "^5.0.4",
    "@metaplex-foundation/mpl-bubblegum": "^0.7.0",
    "@solana/web3.js": "^1.91.1",
    "axios": "^1.5.0",
    "axios-mock-adapter": "^1.21.5",
    "axios-retry": "^3.7.0",
    "bn.js": "^5.2.1",
    "bs58": "^5.0.0",
    "compare-versions": "^6.1.0",
    "google-protobuf": "^3.21.2",
    "h3-js": "^4.1.0",
    "protobufjs": "^7.2.5",
    "qs": "^6.10.3",
    "ts-proto": "^1.165.1",
    "ts-protoc-gen": "^0.15.0",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/bn.js": "^5.1.1",
    "@types/google-protobuf": "^3.15.12",
    "@types/node-fetch": "^2.6.13",
    "@types/qs": "^6.9.7",
    "@types/uuid": "^9.0.3"
  },
  "gitHead": "7d5774b4e244243446c15a14b7fbd16b414c405f"
}
