UNPKG

@vpriem/kafka-broker

Version:

Easily compose and manage your kafka resources in one place

49 lines (48 loc) 1.26 kB
{ "name": "@vpriem/kafka-broker", "version": "2.5.0", "description": "Easily compose and manage your kafka resources in one place", "main": "dist/index.js", "files": [ "dist" ], "typings": "dist/index.d.ts", "repository": { "type": "git", "url": "git+ssh://git@github.com/vpriem/ts-monorepo.git", "directory": "packages/kafka-broker" }, "author": "V. Priem <vinzent.priem@gmail.com>", "license": "MIT", "publishConfig": { "access": "public" }, "keywords": [ "kafka", "kafkajs", "broker", "event" ], "engines": { "node": ">=18.x" }, "scripts": { "prepack": "yarn build", "build": "yarn x:build", "clean": "yarn x:clean", "lint": "yarn x:lint", "test": "yarn x:test --runInBand", "docker:up": "docker-compose up", "docker:down": "docker-compose down" }, "dependencies": { "@kafkajs/confluent-schema-registry": "3.3.0", "@types/node": "18.18.0", "kafkajs": "2.2.4" }, "devDependencies": { "@types/uuid": "9.0.4", "uuid": "9.0.1" }, "gitHead": "66f05d7683331b284113b305e040f5f79c986d11" }