{
  "name": "logr",
  "description": "a simple logger/debugger",
  "version": "4.0.1",
  "homepage": "https://github.com/firstandthird/logr",
  "repository": {
    "type": "git",
    "url": "https://github.com/firstandthird/logr.git"
  },
  "license": "MIT",
  "scripts": {
    "lint": "eslint .",
    "test": "tap test/*.test.js"
  },
  "dependencies": {
    "@firstandthird/serialize-object": "^1.3.0",
    "aug": "3.1.1",
    "lodash.intersection": "4.4.0"
  },
  "devDependencies": {
    "@hapi/hapi": "^20.0.1",
    "@hapi/wreck": "^17.0.0",
    "eslint": "^7.13.0",
    "eslint-config-firstandthird": "^6.0.2",
    "eslint-plugin-import": "^2.20.1",
    "tap": "^14.10.6"
  },
  "keywords": [
    "log",
    "debug",
    "logger"
  ]
}
