{
  "name": "@nodesandbox/event-bus",
  "version": "0.2.1",
  "description": "A RabbitMQ-based event management library for Node.js, providing message publishing, subscription, and rerouting of unroutable messages with support for persistence and idempotency.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "version": "npm version"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nodesandbox/event-bus.git"
  },
  "keywords": [
    "event",
    "event-bus",
    "nodejs",
    "event-driven",
    "architecture",
    "ampq",
    "rabbitmq",
    "rabbit",
    "bus",
    "message-queue",
    "queue",
    "publish",
    "subscribe",
    "typescript"
  ],
  "author": "Abdou-Raouf ATARMLA <achilleatarmla@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "amqplib": "^0.10.3",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/amqplib": "^0.10.1",
    "@types/jest": "^29.5.14",
    "@types/uuid": "^9.0.1",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.6.3",
    "ts-node": "^10.9.2"
  }
}
