{
  "name": "@foblex/flow",
  "version": "17.5.2",
  "description": "An Angular library designed to simplify the creation and manipulation of dynamic flow. Provides components for flows, nodes, and connections, automating node manipulation and inter-node connections.",
  "main": "index.js",
  "types": "index.d.ts",
  "author": "Siarhei Huzarevich",
  "homepage": "https://flow.foblex.com",
  "docs": "https://flow.foblex.com/docs/get-started",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/foblex/flow.git"
  },
  "license": "MIT",
  "private": false,
  "keywords": [
    "angular",
    "flow",
    "javascript",
    "typescript",
    "graph",
    "flowchart",
    "node-based-ui",
    "dynamic flow",
    "dynamic graph",
    "diagram",
    "dataflow",
    "workflow",
    "foblex"
  ],
  "schematics": "./schematics/collection.json",
  "ng-add": {
    "save": "dependencies"
  },
  "peerDependencies": {
    "@angular/common": ">=15.0.0",
    "@angular/core": ">=15.0.0",
    "@foblex/platform": "1.0.4",
    "@foblex/mediator": "1.1.2",
    "@foblex/2d": "1.2.1",
    "@foblex/utils": "1.1.1"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/foblex-flow.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/foblex-flow.mjs",
      "esm": "./esm2022/foblex-flow.mjs",
      "default": "./fesm2022/foblex-flow.mjs"
    }
  }
}