mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
48 lines
993 B
JSON
48 lines
993 B
JSON
{
|
|
"name": "@mermaid-js/mermaid-zenuml",
|
|
"version": "0.1.0",
|
|
"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",
|
|
"Sidharth Vinod <github@sidharth.dev> (https://sidharth.dev)",
|
|
"Dong Cai"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@zenuml/core": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"mermaid": "workspace:^"
|
|
},
|
|
"peerDependencies": {
|
|
"mermaid": "workspace:>=10.0.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|