kafka-topics-logger
Version:
Log messages in a Kafka topic to a JSON file.
49 lines (48 loc) • 1.31 kB
JSON
{
"name": "kafka-topics-logger",
"version": "0.3.0",
"description": "Log messages in a Kafka topic to a JSON file.",
"main": "./dist/cli.js",
"typings": "./dist/cli.d.ts",
"bin": {
"kafka-topics-logger": "bin/run.js"
},
"scripts": {
"start": "tsc -w",
"cap": "node dist/cli.js standard_cap",
"patch-release": "tsc && npm version patch && npm publish && git push --follow-tags",
"minor-release": "tsc && npm version minor && npm publish && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DRIVER-EU/kafka-topics-logger.git"
},
"keywords": [
"Apache",
"Kafka",
"Apache",
"AVRO",
"log",
"schema",
"registry",
"test-bed"
],
"author": "Erik Vullings <erik.vullings@gmail.com> (http://www.tno.nl)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DRIVER-EU/kafka-topics-logger/issues"
},
"homepage": "https://github.com/DRIVER-EU/kafka-topics-logger#readme",
"dependencies": {
"avsc": "^5.5.3",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.1",
"kafka-node": "^5.0.0",
"node-test-bed-adapter": "^2.0.8"
},
"devDependencies": {
"@types/command-line-args": "^5.0.0",
"@types/node": "^14.14.22",
"typescript": "^4.1.3"
}
}