{
  "name": "@node-ts/bus-workflow",
  "description": "A workflow engine for orchestrating logic flows in distributed applications.",
  "version": "0.4.3",
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": "github:node-ts/bus.git",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "tsc --project tsconfig.json --declaration",
    "lint": "tslint --project tsconfig.json 'src/**/*.ts'",
    "lint:fix": "yarn lint --fix"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@node-ts/bus-messages": "^0.1.7",
    "tslib": "^1.9.3",
    "uuid": "^3.3.2"
  },
  "devDependencies": {
    "@node-ts/bus-core": "^0.4.3",
    "@node-ts/code-standards": "^0.0.10",
    "@node-ts/logger-core": "^0.0.17",
    "@types/uuid": "^3.4.4",
    "inversify": "^5.0.1",
    "reflect-metadata": "^0.1.13",
    "typemoq": "^2.1.0",
    "typescript": "^3.3.3"
  },
  "peerDependencies": {
    "@node-ts/bus-core": "^0.1.15",
    "@node-ts/logger-core": "^0.0.17",
    "inversify": "^5.0.1",
    "reflect-metadata": "^0.1.13"
  },
  "keywords": [
    "esb",
    "typescript",
    "Business Process Management",
    "BPM",
    "saga",
    "message orchestration",
    "enterprise integration patterns",
    "long running processes",
    "process manager",
    "bus",
    "messaging",
    "microservices",
    "distributed systems",
    "CQRS",
    "ES",
    "NServiceBus",
    "Mule ESB"
  ]
}
