{
  "name": "graphy-ng",
  "version": "1.0.5",
  "license": "MIT",
  "description": "Library for rendering directed graphs in Angular.",
  "repository": "github:lars-berger/graphy-ng",
  "homepage": "https://lars-berger.github.io/graphy-ng",
  "keywords": [
    "directed graph",
    "digraph",
    "dagre",
    "graph",
    "angular",
    "angular2",
    "typescript",
    "svg"
  ],
  "sideEffects": false,
  "main": "bundles/graphy-ng.umd.js",
  "typings": "graphy-ng.d.ts",
  "dependencies": {
    "d3-shape": "3.0.1",
    "dagre": "0.8.5",
    "tslib": "2.3.0"
  },
  "peerDependencies": {
    "@angular/animations": "^12.0.0",
    "@angular/cli": "^12.0.0",
    "@angular/common": "^12.0.0",
    "@angular/compiler": "^12.0.0",
    "@angular/compiler-cli": "^12.0.0",
    "@angular/core": "^12.0.0",
    "rxjs": "^7.0.0"
  },
  "module": "fesm2015/graphy-ng.js",
  "es2015": "fesm2015/graphy-ng.js",
  "esm2015": "esm2015/graphy-ng.js",
  "fesm2015": "fesm2015/graphy-ng.js",
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
  }
}