{
  "name": "postmaster-general-core",
  "version": "1.0.2",
  "description": "Core modules for the postmaster-general microservice library.",
  "author": "Ben Whatley",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/darklordzw/postmaster-general-core.git"
  },
  "keywords": [
    "microservices",
    "message bus",
    "postmaster-general"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/darklordzw/postmaster-general-core/issues"
  },
  "homepage": "https://github.com/darklordzw/postmaster-general-core#readme",
  "main": "index.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "index.js",
    "defaults.json",
    "lib/"
  ],
  "scripts": {
    "test": "nyc --reporter=html --reporter=text mocha --exit",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "./node_modules/.bin/eslint --fix . || exit 0"
  },
  "dependencies": {
    "bluebird": "^3.5.3",
    "lodash": "^4.17.11",
    "uuid": "^3.3.2"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.0.3",
    "dirty-chai": "^2.0.1",
    "eslint": "^7.17.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-config-prettier": "^7.1.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-prettier": "^3.1.2",
    "mocha": "^8.2.1",
    "nyc": "^15.1.0",
    "sinon": "^9.2.3",
    "prettier": "^2.2.1"
  }
}
