{
  "dependencies": {
    "@nestjs/common": "^10.3.1",
    "kafkajs": "^2.2.4"
  },
  "name": "nestjs-kafkajs-module",
  "description": "## Roadmap",
  "version": "0.0.2",
  "main": "main.js",
  "directories": {
    "lib": "lib"
  },
  "types": "main.d.ts",
  "scripts": {
    "build": "rimraf dist && tsc && cp package.json dist/package.json",
    "test:module": "jest --config ./jest.config.js",
    "test:integration": "jest --config ./jest.integration.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jalorenz/nestjs-kafkajs-module.git"
  },
  "keywords": [
    "Kafkajs",
    "Nestjs",
    "Kafka",
    "Backend"
  ],
  "author": "janniklorenz1994@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jalorenz/nestjs-kafkajs-module/issues"
  },
  "homepage": "https://github.com/jalorenz/nestjs-kafkajs-module#readme",
  "devDependencies": {
    "@nestjs/testing": "^10.3.1",
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "prettier": "^3.2.5",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.2"
  }
}
