
{
  "name": "amqplib",
  "homepage": "http://squaremo.github.io/amqp.node/",
  "main": "./channel_api.js",
  "version": "0.8.0",
  "type": "module",
  "description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
  "repository": {
    "type": "git",
    "url": "https://github.com/squaremo/amqp.node.git"
  },
  "engines": {
    "node": ">=10"
  },
  "dependencies": {
    "bitsyntax": "~0.1.0",
    "bluebird": "^3.7.2",
    "buffer-more-ints": "~1.0.0",
    "readable-stream": "1.x >=1.1.9",
    "safe-buffer": "~5.2.1",
    "url-parse": "~1.5.1"
  },
  "devDependencies": {
    "claire": "0.4.1",
    "istanbul": "0.1.x",
    "mocha": "^3.5.3",
    "uglify-js": "2.8.x"
  },
  "scripts": {
    "test": "make test",
    "prepare": "make"
  },
  "keywords": [
    "AMQP",
    "AMQP 0-9-1",
    "RabbitMQ"
  ],
  "author": "Michael Bridgen <mikeb@squaremobius.net>",
  "license": "MIT"
}
