{
  "name": "bpmn-elk-layout",
  "version": "1.4.0",
  "description": "Convert ELK-BPMN JSON to BPMN 2.0 XML with automatic layout calculation. Supports all BPMN 2.0 elements including events, tasks, gateways, subprocesses, and swimlanes.",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "bin": {
    "bpmn-elk-layout": "./dist/bin/bpmn-elk-layout.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./node": {
      "types": "./dist/index.node.d.ts",
      "import": "./dist/index.node.mjs",
      "require": "./dist/index.node.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "tsc --noEmit",
    "prepublishOnly": "bun run build && bun run test"
  },
  "dependencies": {
    "bpmn-moddle": "^9.0.1",
    "commander": "^12.1.0",
    "elkjs": "^0.9.3",
    "kiwi.js": "1.1.3",
    "pathfinding": "0.4.18",
    "web-worker": "1.5.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "@types/pathfinding": "0.1.0",
    "playwright": "1.57.0",
    "tsup": "^8.3.5",
    "typescript": "^5.6.3",
    "vitest": "^2.1.8"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "bpmn",
    "bpmn2",
    "bpmn-io",
    "elk",
    "elkjs",
    "layout",
    "auto-layout",
    "converter",
    "workflow",
    "process",
    "diagram",
    "graph",
    "flowchart",
    "camunda",
    "process-automation"
  ],
  "author": "LcpMarvel",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LcpMarvel/bpmn-elk-layout.git"
  },
  "homepage": "https://github.com/LcpMarvel/bpmn-elk-layout#readme",
  "bugs": {
    "url": "https://github.com/LcpMarvel/bpmn-elk-layout/issues"
  }
}
