{
  "name": "@neo-one/http-browserify",
  "version": "1.2.0",
  "author": "Alex DiCarlo <alexdicarlo@gmail.com>",
  "description": "NEO•ONE http utilities.",
  "license": "MIT",
  "homepage": "https://neo-one.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neo-one-suite/neo-one.git"
  },
  "bugs": {
    "url": "https://github.com/neo-one-suite/neo-one/issues"
  },
  "keywords": [
    "neo",
    "blockchain",
    "neo-one",
    "dapp"
  ],
  "dependencies": {
    "koa": "^2.7.0",
    "koa-bodyparser": "^4.2.1",
    "koa-convert": "^1.2.0",
    "koa-cors": "^0.0.16",
    "tslib": "^1.10.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=10.16.0"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "sideEffects": false
}