{
  "name": "ng-diagram",
  "version": "1.2.4",
  "description": "A robust Angular library for building interactive diagrams, node-based editors, and visual programming interfaces",
  "keywords": [
    "angular",
    "node-based UI",
    "graph",
    "diagram",
    "workflow",
    "flow",
    "flowchart",
    "ngdiagram"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/synergycodes/ng-diagram.git"
  },
  "homepage": "https://www.ngdiagram.dev/docs",
  "license": "Apache-2.0",
  "type": "module",
  "main": "./fesm2022/ng-diagram.mjs",
  "types": "./ng-diagram.d.ts",
  "peerDependencies": {
    "@angular/common": ">=18.0.0",
    "@angular/core": ">=18.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/ng-diagram.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ng-diagram.mjs"
    },
    "./styles.css": "./styles.css",
    "./primitives.css": "./primitives.css",
    "./tokens.css": "./tokens.css"
  }
}
