{
  "name": "amqplib-envelop",
  "version": "1.2.0",
  "description": "A wrapper for working with RabbitMQ using the amqplib npm package",
  "repository": {
    "type": "git",
    "url": "https://github.com/yurii-bondar/amqplib-envelop.git"
  },
  "main": "index.js",
  "scripts": {
    "lint": "npx eslint ./",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "keywords": [
    "rabbitmq",
    "rabbit",
    "amqplib",
    "wrappers",
    "envelops",
    "helpers"
  ],
  "author": {
    "name": "Yurii Bondar",
    "email": "yurii.bondar.vn@gmail.com"
  },
  "license": "MIT",
  "devDependencies": {
    "@babel/eslint-parser": "^7.22.9",
    "eslint": "^8.46.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.28.0",
    "jest": "^30.4.2"
  },
  "dependencies": {
    "amqplib": "^0.10.3"
  },
  "jest": {
    "testEnvironment": "node",
    "clearMocks": true,
    "restoreMocks": true,
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/inmrovements/"
    ]
  }
}
