{
  "name": "@awesomeeng/awesome-log",
  "version": "4.8.3",
  "author": "the awesome engineering company",
  "license": "MIT",
  "contributors": [
    "Glen R. Goodwin"
  ],
  "main": "./src/AwesomeLog.js",
  "engines": {
    "node": ">=10.5.0"
  },
  "dependencies": {
    "@awesomeeng/awesome-utils": "^1.6.0"
  },
  "devDependencies": {
    "eslint": "^7.32.0",
    "jsdoc-to-markdown": "^7.1.1",
    "mocha": "^10.2.0"
  },
  "scripts": {
    "lint": "eslint src examples test",
    "docs": "jsdoc2md src/** --separators > docs/API.md",
    "test": "mocha test",
    "tests": "mocha test"
  },
  "description": "AwesomeLog is a Log System for enterprise nodejs applications. It provides a basic out of the box logging solution that is ready to go with zero configuration but also gives you a highly configurable logging solution that with the power to do your logging right.",
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/awesomeeng/awesome-log.git"
  },
  "keywords": [
    "awesome",
    "awesomeeng",
    "awesome",
    "engineering",
    "log",
    "logs",
    "logger",
    "console",
    "stdout",
    "stderr",
    "log management",
    "log rotation",
    "logfile",
    "logrotate",
    "log formatter",
    "log format",
    "log formatting",
    "format log",
    "formatted log",
    "logly",
    "winston",
    "bunyan",
    "debug",
    "pino",
    "sombra",
    "log4js"
  ],
  "bugs": {
    "url": "https://github.com/awesomeeng/awesome-log/issues"
  },
  "homepage": "https://github.com/awesomeeng/awesome-log#readme"
}
