{
  "name": "log2amqp",
  "description": "Log json data to amqp.",
  "version": "3.0.3",
  "author": "Tim Allen <tim@noblesamurai.com>",
  "license": "BSD",
  "main": "src/index.js",
  "scripts": {
    "coverage": "c8 npm test",
    "pretest": "semistandard --env mocha",
    "test": "mocha --recursive test",
    "watch": "mocha --recursive --watch test",
    "docs": "jsdoc2md src/index.js"
  },
  "homepage": "https://github.com/noblesamurai/node-log2amqp",
  "repository": {
    "type": "git",
    "url": "git://github.com/noblesamurai/node-log2amqp.git"
  },
  "bugs": {
    "url": "https://github.com/noblesamurai/node-log2amqp/issues"
  },
  "dependencies": {
    "amqplib": "^0.7.1",
    "debug": "^2.6.6",
    "joi": "^13.5.2",
    "simple-amqplib": "^7.0.4",
    "uuid": "^3.2.1"
  },
  "devDependencies": {
    "c8": "^7.7.1",
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "dirty-chai": "^2.0.1",
    "jsdoc-to-markdown": "^7.0.1",
    "mocha": "^8.3.2",
    "proxyquire": "^2.1.3",
    "semistandard": "*",
    "sinon": "^10.0.0"
  },
  "keywords": [],
  "c8": {
    "all": true,
    "include": [
      "src"
    ],
    "reporter": [
      "lcov",
      "text"
    ]
  },
  "semistandard": {
    "env": [
      "mocha"
    ]
  }
}
