{
  "name": "@helium/http",
  "version": "5.0.4",
  "description": "HTTP library for interacting with the Helium blockchain API",
  "keywords": [
    "helium",
    "blockchain",
    "api"
  ],
  "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.4",
    "@helium/currency": "^5.0.4",
    "axios": "^0.21.1",
    "camelcase-keys": "^6.2.2",
    "qs": "^6.9.3",
    "retry-axios": "^2.1.2",
    "snakecase-keys": "^5.4.6"
  },
  "devDependencies": {
    "@types/node": "^22.14.1",
    "@types/qs": "6.9.5",
    "nock": "^13.2.4"
  },
  "gitHead": "7d5774b4e244243446c15a14b7fbd16b414c405f"
}
