{
  "name": "@foblex/mediator",
  "version": "1.1.2",
  "description": "An Angular library that implements the mediator pattern, providing a centralized way to handle requests with optional\nvalidation and execution pipelines.",
  "main": "bundles/foblex-mediator.umd.js",
  "types": "index.d.ts",
  "author": "Siarhei Huzarevich",
  "homepage": "https://flow.foblex.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/foblex/flow.git"
  },
  "license": "MIT",
  "private": false,
  "keywords": [
    "angular",
    "flow",
    "meditor",
    "typescript",
    "foblex"
  ],
  "peerDependencies": {
    "@angular/common": ">=12.0.0",
    "@angular/core": ">=12.0.0",
    "rxjs": ">=6.6.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2015/foblex-mediator.js",
  "es2015": "fesm2015/foblex-mediator.js",
  "esm2015": "esm2015/foblex-mediator.js",
  "fesm2015": "fesm2015/foblex-mediator.js",
  "typings": "foblex-mediator.d.ts"
}