{
  "name": "bock",
  "version": "4.1.0",
  "description": "Bock is a strong lager (logger) of German (US) origin",
  "engines": {
    "node": ">=8.0.0"
  },
  "main": "index.js",
  "files": [
    "index.js",
    "writer.js",
    "util.js"
  ],
  "scripts": {
    "test": "mvt --verbose"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doesdev/bock.git"
  },
  "keywords": [
    "logger",
    "log",
    "to",
    "file"
  ],
  "author": "Andrew Carpenter (https://github.com/doesdev)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/doesdev/bock/issues"
  },
  "homepage": "http://bock.doesdev.com",
  "devDependencies": {
    "mvt": "^4.2.1"
  },
  "dependencies": {
    "app-root-path": "^3.0.0",
    "hoy": "^1.0.1"
  }
}
