UNPKG

kafka-producer-js

Version:

A configurable Kafka producer package for Node.js applications with NFL event examples and AWS MSK integration

37 lines (36 loc) 911 B
{ "name": "kafka-producer-js", "version": "1.0.5", "description": "A configurable Kafka producer package for Node.js applications with NFL event examples and AWS MSK integration", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "kafka", "producer", "nodejs", "javascript", "messaging", "streaming", "nfl", "aws-msk" ], "author": "TechAhead Inc", "license": "MIT", "dependencies": { "dotenv": "^16.6.1", "kafkajs": "^2.2.4" }, "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/TechAhead-Inc/vi-kafka-producer.git" }, "bugs": { "url": "https://github.com/TechAhead-Inc/vi-kafka-producer/issues" }, "homepage": "https://github.com/TechAhead-Inc/vi-kafka-producer#readme" }