49 lines
1.0 KiB
JSON
Raw Normal View History

2023-04-23 00:34:59 +05:30
{
"name": "@mermaid-js/mermaid-zenuml",
2024-03-05 22:56:09 +05:30
"version": "0.2.0",
2023-05-16 20:29:56 +10:00
"description": "MermaidJS plugin for ZenUML integration",
2023-04-23 00:34:59 +05:30
"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": {
2023-08-14 08:52:56 +05:30
"clean": "rimraf dist",
2023-04-23 00:34:59 +05:30
"prepublishOnly": "pnpm -w run build"
},
"repository": {
"type": "git",
2023-05-16 20:29:56 +10:00
"url": "https://github.com/mermaid-js/mermaid",
"directory": "packages/mermaid-zenuml"
2023-04-23 00:34:59 +05:30
},
2023-05-16 20:29:56 +10:00
"contributors": [
2023-05-17 23:51:51 +10:00
"Peng Xiao (https://github.com/MrCoder)",
"Sidharth Vinod (https://sidharth.dev)",
2023-05-17 23:51:51 +10:00
"Dong Cai (https://github.com/dontry)"
2023-05-16 20:29:56 +10:00
],
2023-04-23 00:34:59 +05:30
"license": "MIT",
"dependencies": {
2024-03-23 11:33:13 +05:30
"@zenuml/core": "^3.19.2"
2023-04-23 00:34:59 +05:30
},
"devDependencies": {
2023-05-16 20:29:56 +10:00
"mermaid": "workspace:^"
},
"peerDependencies": {
"mermaid": "workspace:>=10.0.0"
2023-04-23 00:34:59 +05:30
},
"files": [
"dist"
]
}