UNPKG

kafka-pub-sub

Version:

An application which is designed based on apache kafka pub-sub.

54 lines (53 loc) 1.5 kB
{ "name": "kafka-pub-sub", "version": "1.1.7", "description": "An application which is designed based on apache kafka pub-sub.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/mdmuhtasimfuadfahim/kafka-pub-sub.git" }, "bug": { "url": "https://github.com/mdmuhtasimfuadfahim/kafka-pub-sub/issues" }, "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": [ "NodeJS", "KafkaJS", "Winston", "Joi", "Jest" ], "author": "Md. Muhtasim Fuad Fahim <mdmuhtasim.fahim@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/mdmuhtasimfuadfahim/kafka-pub-sub/issues" }, "homepage": "https://github.com/mdmuhtasimfuadfahim/kafka-pub-sub#readme", "dependencies": { "dotenv": "^16.0.3", "joi": "^17.9.2", "kafkajs": "^2.2.4", "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" } }