{
  "name": "carotte-amqp",
  "version": "3.4.0",
  "description": "AMQP wrapper for the carotte microservice framework",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "repository": "https://github.com/cubyn/node-carotte-amqp",
  "author": "nbeydoon <nori@cubyn.com>",
  "maintainers": [
    "nbeydoon <nori@cubyn.com>",
    "jonathan <jonathan@cubyn.com>"
  ],
  "license": "GNU 3",
  "scripts": {
    "test": "make test",
    "lint": "make lint"
  },
  "dependencies": {
    "@types/amqplib": "^0.5.13",
    "amqplib": "^0.5.3",
    "debug": "^2.6.0",
    "p-limit": "2.3.0",
    "puid": "^1.0.5",
    "safe-clone-deep": "^1.1.5"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "eslint": "^3.15.0",
    "eslint-config-cubyn": "^1.0.12",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0",
    "progress": "^1.1.8",
    "sinon": "7.5.0",
    "sinon-chai": "^3.7.0"
  }
}
