pxlt-rabbit-handler
Version:
A generic class that handles RabbitMQ connection, consume and produce functionality.
37 lines (36 loc) • 1.1 kB
JSON
{
"name": "pxlt-rabbit-handler",
"version": "5.0.0",
"description": "A generic class that handles RabbitMQ connection, consume and produce functionality.",
"scripts": {
"test:unit": "NODE_ENV=test jest --testPathPattern=test/unit --runInBand",
"test:integration": "NODE_ENV=test jest --testPathPattern=test/integration --config ./test/integration/config.json --runInBand",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"main": "lib/rabbitHandler.js",
"author": "Lee Shoham",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Pixellot/rabbit-class-npm-module.git"
},
"keywords": [
"rabbitMQ"
],
"bugs": {
"url": "https://github.com/Pixellot/rabbit-class-npm-module/issues"
},
"homepage": "https://github.com/Pixellot/rabbit-class-npm-module#readme",
"devDependencies": {
"@pixellot/eslint-plugin": "^1.4.3",
"@types/jest": "^29.2.4",
"axios": "^1.2.1",
"config": "^3.3.8",
"jest": "^29.3.1"
},
"dependencies": {
"amqplib": "^0.10.3",
"winston": "^3.8.2"
}
}