67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
{
|
|
"name": "@docmd/plugin-mermaid",
|
|
"version": "0.8.12",
|
|
"description": "Mermaid diagram support plugin for docmd.",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"docmd": {
|
|
"key": "mermaid",
|
|
"kind": "plugin",
|
|
"displayName": "Mermaid",
|
|
"tagline": "Mermaid.js diagram support for docmd.",
|
|
"capabilities": [
|
|
"markdown",
|
|
"assets"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && esbuild src/client.ts --bundle --outfile=dist/init-mermaid.js --format=esm --platform=browser --minify --external:https://*",
|
|
"test": "tsx --test tests/*.test.ts",
|
|
"test:watch": "tsx --test --watch tests/*.test.ts"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"devDependencies": {
|
|
"@docmd/api": "workspace:*",
|
|
"@types/node": "^24.13.3",
|
|
"esbuild": "^0.28.1",
|
|
"tsx": "^4.23.0"
|
|
},
|
|
"keywords": [
|
|
"docmd",
|
|
"plugin",
|
|
"mermaid",
|
|
"diagrams",
|
|
"flowchart",
|
|
"sequence",
|
|
"class",
|
|
"graph",
|
|
"mindmap",
|
|
"syntax",
|
|
"markdown",
|
|
"minimalist",
|
|
"zero-config",
|
|
"site-generator",
|
|
"static-site-generator",
|
|
"docs"
|
|
],
|
|
"author": {
|
|
"name": "Ghazi",
|
|
"url": "https://mgks.dev"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/docmd-io/docmd.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/docmd-io/docmd/issues"
|
|
},
|
|
"homepage": "https://docmd.io",
|
|
"funding": "https://github.com/sponsors/mgks",
|
|
"license": "MIT"
|
|
} |