UNPKG

@helium/http

Version:

HTTP library for interacting with the Helium blockchain API

44 lines (43 loc) 1.01 kB
{ "name": "@helium/http", "version": "5.0.1", "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.1", "@helium/currency": "^5.0.1", "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": "f77fc8d5bbfbd41b793dc7b47d7f2393f1afaddf" }