mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
44 lines
891 B
JSON
44 lines
891 B
JSON
{
|
|
"name": "@mermaid-js/layout-elk",
|
|
"version": "0.0.1",
|
|
"description": "ELK layout engine for mermaid",
|
|
"module": "dist/mermaid-layout-elk.core.mjs",
|
|
"types": "dist/packages/mermaid-layout-elk/src/index.d.ts",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/mermaid-layout-elk.core.mjs",
|
|
"types": "./dist/packages/mermaid-layout-elk/src/index.d.ts"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"keywords": [
|
|
"diagram",
|
|
"markdown",
|
|
"elk",
|
|
"mermaid"
|
|
],
|
|
"scripts": {
|
|
"prepublishOnly": "pnpm -w run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mermaid-js/mermaid"
|
|
},
|
|
"contributors": [
|
|
"Knut Sveidqvist",
|
|
"Sidharth Vinod"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"elkjs": "^0.9.3",
|
|
"d3": "^7.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"mermaid": "workspace:^"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|