{
  "name": "@nestixis/nestjs-inbox-outbox",
  "version": "1.0.1",
  "description": "NestJS Inbox Outbox pattern implementation with extensible database drivers",
  "scripts": {
    "build": "tsc",
    "tsc:publish": "tsc && npm publish",
    "test": "jest"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Nestixis",
  "license": "MIT",
  "peerDependencies": {
    "@nestjs/common": "^10.0.0",
    "@nestjs/core": "^10.0.0"
  },
  "devDependencies": {
    "@nestjs/testing": "^10.4.1",
    "@types/jest": "^29.5.13",
    "@types/node": "^20.16.5",
    "@typescript-eslint/eslint-plugin": "^8.5.0",
    "@typescript-eslint/parser": "^8.5.0",
    "eslint": "^9.10.0",
    "eslint-config-prettier": "^9.1.0",
    "jest": "^29.7.0",
    "prettier": "^3.3.3",
    "rxjs": "^7.8.1",
    "ts-jest": "^29.2.5",
    "typescript": "^5.6.2"
  },
  "gitHead": "be3b3af92f32cd478ba83b4d9c361d9676b2e9eb"
}
