{
  "name": "log-a-log",
  "version": "7.0.1",
  "description": "Simple logger and console enhancement.",
  "files": [
    "lib/**/*.js",
    "package.json",
    "README.md"
  ],
  "main": "./lib/index",
  "repository": {
    "type": "git",
    "url": "https://github.com/joeledwards/node-logalog.git"
  },
  "license": "MIT",
  "devDependencies": {
    "tap": "^21.0.1"
  },
  "dependencies": {
    "@buzuli/color": "^2.4.1",
    "moment": "^2.23.0"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "scripts": {
    "example": "node example.js",
    "test": "tap test/*.test.js"
  },
  "keywords": [
    "Console",
    "Logging"
  ],
  "author": "Joel Edwards (https://github.com/joeledwards)",
  "contributors": [
    "Joel Edwards <joeledwards@gmail.com> (https://github.com/joeledwards)"
  ]
}
