{
   "name": "amqp-manager",
   "version": "0.3.1",
   "description": "Abstraction on top of AMQP to gracefully handle reconnecting to RabbitMQ server and re-establishing topology.",
   "main": "dist/index.js",
   "typings": "dist/index.d.ts",
   "repository": {
      "type": "git",
      "url": "http://github.com/joeandaverde/amqp-manager.git"
   },
   "scripts": {
      "build": "npm run clean && tsc",
      "clean": "rimraf './dist/' './src/**/*.js' './src/**/*.map'",
      "prepublish": "npm run build"
   },
   "homepage": "http://github.com/joeandaverde/amqp-manager",
   "author": "Joe Andaverde",
   "license": "MIT",
   "dependencies": {
      "amqplib": "0.5.2",
      "lodash": "4.17.19",
      "machina": "1.1.2"
   },
   "devDependencies": {
      "@types/amqplib": "0.5.7",
      "@types/lodash": "^4.14.107",
      "@types/node": "^9.6.6",
      "rimraf": "^2.6.2",
      "typescript": "^2.8.3"
   }
}
