{
  "name": "spring-flo",
  "version": "0.14.1",
  "description": "Library for quickly building text DSL visualization diagram editor",
  "author": "Andy Clement, Alex Boyko",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/spring-projects/spring-flo.git"
  },
  "dependencies": {
    "codemirror": "5.65.18",
    "jointjs": "3.7.7",
    "jquery": "^3.7.1",
    "lodash": "^4.17.21",
    "ts-disposables": "2.2.3",
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/core": ">=18.0.0 <20.0.0",
    "@angular/forms": ">=18.0.0 <20.0.0",
    "@angular/common": ">=18.0.0 <20.0.0",
    "rxjs": ">=7.0.0 <8.0.0"
  },
  "module": "fesm2022/spring-flo.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/spring-flo.mjs",
      "esm": "./esm2022/spring-flo.mjs",
      "default": "./fesm2022/spring-flo.mjs"
    }
  },
  "sideEffects": false
}