UNPKG

hiot-kafka

Version:

hiot-app middleware to bootstrap kafka

34 lines (33 loc) 815 B
{ "name": "hiot-kafka", "version": "4.1.2", "description": "hiot-app middleware to bootstrap kafka", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint --ext \".js\" --ignore-path .gitignore .", "lint-fix": "npm run lint -- --fix" }, "repository": { "type": "git", "url": "git+https://github.com/hiotlabs/hiot-kafka-js.git" }, "keywords": [ "kafka", "hiot-app" ], "author": "marcus@hiotlabs.com", "license": "ISC", "bugs": { "url": "https://github.com/hiotlabs/hiot-kafka-js/issues" }, "homepage": "https://github.com/hiotlabs/hiot-kafka-js#readme", "dependencies": { "debug": "^2.2.0", "no-kafka": "^2.7.0" }, "devDependencies": { "eslint": "^8.0.1", "prettier": "2.4.1" } }