{
  "name": "blgr",
  "version": "0.2.1",
  "description": "Logger for node.js",
  "keywords": [
    "log",
    "logs",
    "logger"
  ],
  "license": "MIT",
  "repository": "git://github.com/bcoin-org/blgr.git",
  "homepage": "https://github.com/bcoin-org/blgr",
  "bugs": {
    "url": "https://github.com/bcoin-org/blgr/issues"
  },
  "author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
  "main": "./lib/blgr.js",
  "scripts": {
    "lint": "eslint lib/",
    "lint-types": "tsc -p .",
    "test": "bmocha --reporter spec test/*-test.js"
  },
  "dependencies": {
    "bsert": "~0.0.12"
  },
  "devDependencies": {
    "bmocha": "^2.1.8",
    "bts-type-deps": "^0.0.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "browser": {
    "./lib/fs": "./lib/fs-browser.js",
    "./lib/inspect": "./lib/inspect-browser.js"
  }
}
