{
  "name": "@joint/layout-directed-graph",
  "title": "JointJS LayoutDirectedGraph",
  "version": "4.2.3",
  "description": "LayoutDirectedGraph module for JointJS",
  "main": "dist/DirectedGraph.js",
  "module": "./DirectedGraph.mjs",
  "types": "./DirectedGraph.d.ts",
  "homepage": "https://jointjs.com",
  "author": {
    "name": "client IO",
    "url": "https://client.io"
  },
  "contributors": [
    "Roman Bruckner <roman@client.io> (https://github.com/kumilingus)",
    "James Williams <james@jointjs.com> (https://github.com/jamesgeorgewilliams)",
    "Zbynek Stara <zbynek@jointjs.com> (https://github.com/zbynekstara)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/clientIO/joint.git",
    "directory": "packages/joint-layout-directed-graph"
  },
  "bugs": {
    "url": "https://github.com/clientIO/joint/issues"
  },
  "license": "MPL-2.0",
  "installConfig": {
    "hoistingLimits": "workspaces"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepublishOnly": "echo \"Publishing via NPM is not allowed!\" && exit 1",
    "prepack": "yarn run dist",
    "dist": "rollup --config",
    "build": "rollup --config",
    "test": "mocha test/nodejs/nodejs.js && karma start karma.conf.js",
    "lint": "eslint .",
    "lint-fix": "yarn run lint --fix"
  },
  "files": [
    "./DirectedGraph.d.ts",
    "./DirectedGraph.mjs",
    "./LICENSE",
    "./README.md",
    "./SECURITY.md",
    "dist/"
  ],
  "dependencies": {
    "@dagrejs/dagre": "~1.1.4",
    "@dagrejs/graphlib": "~2.2.4",
    "@joint/core": "~4.2.3"
  },
  "devDependencies": {
    "@joint/eslint-config": "4.2.3",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "eslint": "9.39.2",
    "karma": "^6.4.2",
    "karma-chrome-launcher": "^3.2.0",
    "karma-coverage": "^2.2.1",
    "karma-qunit": "4.2.1",
    "mocha": "11.1.0",
    "puppeteer": "24.22.0",
    "qunit": "2.24.1",
    "requirejs": "2.3.6",
    "rollup": "4.36.0",
    "rollup-plugin-banner2": "^1.2.2",
    "should": "13.2.3"
  },
  "volta": {
    "node": "22.14.0",
    "npm": "11.2.0",
    "yarn": "4.7.0"
  },
  "keywords": [
    "jointjs",
    "layout",
    "directed",
    "graph"
  ]
}