{
  "name": "ssi-logger",
  "version": "7.0.5",
  "description": "Simplified logging for node.js modules",
  "main": "ssi-logger.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "pretest": "test -e test/ssi-logger.conf || cp test/ssi-logger.conf.example test/ssi-logger.conf; jshint *.js lib",
    "test": "mocha -R spec test/*.test.js",
    "testall": "TESTALL=YES mocha -R spec test/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ssimicro/ssi-logger"
  },
  "keywords": [
    "logging",
    "logger",
    "log",
    "syslog"
  ],
  "author": "SSi Micro Ltd <propellorheads@ssimicro.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ssimicro/ssi-logger/issues"
  },
  "homepage": "https://github.com/ssimicro/ssi-logger",
  "dependencies": {
    "amqplib": "^1.0.3",
    "chalk": "^4.1.0",
    "deasync": "^0.1.31",
    "lodash": "^4.18.1",
    "logformat": "^5.0.2",
    "@ssimicro/postmodern-syslog": "^3.0.1",
    "moment": "^2.30.1",
    "semver": "7.7.4",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "jshint": "^2.13.6",
    "mocha": "^11.7.5"
  },
  "jshintConfig": {
    "esversion": 6,
    "bitwise": true,
    "curly": true,
    "eqeqeq": true,
    "forin": true,
    "freeze": true,
    "globalstrict": true,
    "immed": true,
    "indent": 4,
    "moz": true,
    "newcap": true,
    "noarg": true,
    "node": true,
    "noempty": true,
    "nonew": true,
    "trailing": true,
    "undef": true,
    "smarttabs": true,
    "strict": true,
    "validthis": true,
    "globals": {
      "describe": false,
      "it": false,
      "before": false,
      "beforeEach": false,
      "after": false,
      "afterEach": false
    }
  }
}
