{
  "name": "logr-json",
  "version": "2.0.1",
  "description": "JSON reporter for Logr",
  "main": "index.js",
  "scripts": {
    "test": "tap",
    "lint": "eslint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/firstandthird/logr-json.git"
  },
  "keywords": [
    "json",
    "log",
    "logr"
  ],
  "author": "Greg Allen <code@firstandthird.com> (http://firstandthird.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/firstandthird/logr-json/issues"
  },
  "homepage": "https://github.com/firstandthird/logr-json#readme",
  "dependencies": {
    "aug": "^3.0.1",
    "fast-safe-stringify": "^2.0.6"
  },
  "devDependencies": {
    "tap": "^14.10.6",
    "eslint": "^7.13.0",
    "eslint-config-firstandthird": "^6.0.2",
    "eslint-plugin-import": "^2.20.1"
  }
}
