{
  "name": "@neo-one/monitor",
  "version": "1.1.4",
  "author": "Alex DiCarlo <alexdicarlo@gmail.com>",
  "description": "NEO•ONE monitoring.",
  "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": {
    "@neo-one/utils": "^1.1.3",
    "@types/koa": "^2.0.49",
    "@types/koa-mount": "^4.0.0",
    "@types/lodash": "^4.14.134",
    "koa": "^2.7.0",
    "koa-mount": "^4.0.0",
    "lodash": "^4.17.14",
    "opentracing": "^0.14.4",
    "prom-client": "^11.5.3",
    "rxjs": "^6.5.2",
    "tslib": "^1.9.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=8.16.0"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "sideEffects": false,
  "browser": "index.browser.js"
}