@fastify/kafka
Version:
Fastify plugin to interact with Apache Kafka.
82 lines (81 loc) • 1.88 kB
JSON
{
"name": "@fastify/kafka",
"version": "3.0.2",
"description": "Fastify plugin to interact with Apache Kafka.",
"main": "index.js",
"type": "commonjs",
"types": "types/index.d.ts",
"scripts": {
"infra:start": "docker-compose up -d",
"infra:stop": "docker-compose stop",
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "npm run test:unit && npm run test:typescript",
"test:unit": "tap",
"test:typescript": "tsd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/fastify-kafka.git"
},
"keywords": [
"fastify",
"kafka",
"events",
"sourcing"
],
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
"contributors": [
{
"name": "James Sumners",
"url": "https://james.sumners.info"
},
{
"name": "Manuel Spigolon",
"email": "behemoth89@gmail.com"
},
{
"name": "Aras Abbasi",
"email": "aras.abbasi@gmail.com"
},
{
"name": "Frazer Smith",
"email": "frazer.dev@icloud.com",
"url": "https://github.com/fdawgs"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/fastify-kafka/issues"
},
"homepage": "https://github.com/fastify/fastify-kafka#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"dependencies": {
"fastify-plugin": "^5.0.0",
"node-rdkafka": "3.2.1"
},
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"abstract-logging": "2.0.1",
"fastify": "^5.0.0",
"neostandard": "^0.12.0",
"tap": "^20.0.3",
"tsd": "^0.31.1"
},
"tsd": {
"directory": "test"
},
"publishConfig": {
"access": "public"
}
}