@pixellot/pxlt-rabbit-handler
Version:
A generic class that handles RabbitMQ connection, consume and produce functionality.
37 lines • 1.17 kB
JSON
{
"name": "@pixellot/pxlt-rabbit-handler",
"version": "12.0.8",
"description": "A generic class that handles RabbitMQ connection, consume and produce functionality.",
"scripts": {
"test:unit": "NODE_ENV=test jest --testPathPattern=__tests__/unit/.*.test.js --runInBand",
"test:integration": "NODE_ENV=test jest --testPathPattern=__tests__/integration/.*.test.js --config ./__tests__/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",
"lodash": "^4.17.21",
"winston": "^3.8.2"
}
}