mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
6df76d93e5
update @zenuml/core to ^3.0.6 to fix the style leakage.
48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"name": "@mermaid-js/mermaid-zenuml",
|
|
"version": "0.1.2",
|
|
"description": "MermaidJS plugin for ZenUML integration",
|
|
"module": "dist/mermaid-zenuml.core.mjs",
|
|
"types": "dist/detector.d.ts",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/mermaid-zenuml.core.mjs",
|
|
"types": "./dist/detector.d.ts"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"keywords": [
|
|
"diagram",
|
|
"markdown",
|
|
"zenuml",
|
|
"mermaid"
|
|
],
|
|
"scripts": {
|
|
"prepublishOnly": "pnpm -w run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mermaid-js/mermaid",
|
|
"directory": "packages/mermaid-zenuml"
|
|
},
|
|
"contributors": [
|
|
"Peng Xiao (https://github.com/MrCoder)",
|
|
"Sidharth Vinod (https://sidharth.dev)",
|
|
"Dong Cai (https://github.com/dontry)"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@zenuml/core": "^3.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"mermaid": "workspace:^"
|
|
},
|
|
"peerDependencies": {
|
|
"mermaid": "workspace:>=10.0.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|