{
  "name": "@node-ts/bus-core",
  "version": "1.3.3",
  "description": "A service bus for message-based, distributed node applications",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": "github:node-ts/bus.git",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "alscontext": "^0.0.3",
    "debug": "^4.3.4",
    "reflect-metadata": "^0.1.13",
    "serialize-error": "8",
    "supports-color": "^9.0.1",
    "throat": "^6.0.2",
    "tslib": "^2.6.2",
    "uuid": "^8.3.2",
    "@node-ts/bus-messages": "^1.1.2"
  },
  "devDependencies": {
    "@node-ts/code-standards": "^0.0.10",
    "@types/debug": "^4.1.5",
    "@types/faker": "^4.1.5",
    "@types/node": "^18.19.10",
    "@types/serialize-error": "^4.0.1",
    "@types/uuid": "^8.3.1",
    "faker": "^4.1.0",
    "typemoq": "^2.1.0",
    "typescript": "^5.3.3"
  },
  "keywords": [
    "esb",
    "bus",
    "messaging",
    "microservices",
    "distributed systems",
    "CQRS",
    "ES",
    "NServiceBus",
    "Mule ESB",
    "typescript"
  ],
  "gitHead": "265ea7e16c614971d4b01c3642682d6c93feb52f",
  "scripts": {
    "build": "tsc",
    "build:watch": "pnpm run build --incremental --watch --preserveWatchOutput"
  }
}