48 lines
1007 B
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": {
2024-08-22 15:46:04 +05:30
"clean": "rimraf dist"
2023-04-23 00:34:59 +05:30
},
"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": {
"@zenuml/core": "^3.23.27"
2023-04-23 00:34:59 +05:30
},
"devDependencies": {
2023-05-16 20:29:56 +10:00
"mermaid": "workspace:^"
},
"peerDependencies": {
2024-08-22 19:41:19 +05:30
"mermaid": "^10 || ^11"
2023-04-23 00:34:59 +05:30
},
"files": [
"dist"
]
}