rmq-pub-sub
Version:
Designed based on the RabbitMQ Pub-Sub.
54 lines (53 loc) • 1.43 kB
JSON
{
"name": "rmq-pub-sub",
"version": "1.0.2",
"description": "Designed based on the RabbitMQ Pub-Sub.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/mdmuhtasimfuadfahim/rmq-pub-sub.git"
},
"scripts": {
"test": "jest -i --colors --verbose --detectOpenHandles",
"test:watch": "jest -i --watchAll",
"coverage": "jest -i --coverage",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier --check **/*.js",
"prettier:fix": "prettier --write **/*.js",
"prepare": "husky install"
},
"keywords": [
"RabbitMQ",
"NodeJS",
"Winston",
"AMQPLIB",
"Joi",
"Jest",
"Prettier",
"EsLint"
],
"author": "Md. Muhtasim Fuad Fahim <mdmuhtasim.fahim@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mdmuhtasimfuadfahim/rmq-pub-sub/issues"
},
"homepage": "https://github.com/mdmuhtasimfuadfahim/rmq-pub-sub#readme",
"dependencies": {
"amqplib": "^0.10.3",
"dotenv": "^16.0.3",
"joi": "^17.9.2",
"winston": "^3.8.2"
},
"devDependencies": {
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-security": "^1.7.1",
"husky": "^8.0.3",
"jest": "^29.5.0"
}
}