{
  "name": "amqp-library",
  "version": "1.1.5",
  "description": "This is a simplified version of amqp javascript library",
  "main": "src/RabbitMQ.js",
  "scripts": {
    "test": "nyc mocha --reporter nyan"
  },
  "keywords": [
    "rabbitmq",
    "queue",
    "tm30"
  ],
  "author": "TM30",
  "license": "ISC",
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^6.2.1",
    "uuid": "^3.3.3"
  },
  "dependencies": {
    "amqplib": "^0.5.5",
    "debug": "^4.1.1",
    "dotenv": "^8.1.0",
    "nyc": "^14.1.1"
  }
}
