mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 14:29:25 +02:00
Update keywords and description
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "mermaid",
|
"name": "mermaid",
|
||||||
"version": "11.0.0-alpha.6",
|
"version": "11.0.0-alpha.6",
|
||||||
"description": "Markdown-ish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
|
"description": "Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "./dist/mermaid.core.mjs",
|
"module": "./dist/mermaid.core.mjs",
|
||||||
"types": "./dist/mermaid.d.ts",
|
"types": "./dist/mermaid.d.ts",
|
||||||
@@ -20,7 +20,16 @@
|
|||||||
"sequence diagram",
|
"sequence diagram",
|
||||||
"gantt",
|
"gantt",
|
||||||
"class diagram",
|
"class diagram",
|
||||||
"git graph"
|
"git graph",
|
||||||
|
"mindmap",
|
||||||
|
"packet diagram",
|
||||||
|
"c4 diagram",
|
||||||
|
"er diagram",
|
||||||
|
"pie chart",
|
||||||
|
"pie diagram",
|
||||||
|
"quadrant chart",
|
||||||
|
"requirement diagram",
|
||||||
|
"graph"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf dist",
|
"clean": "rimraf dist",
|
||||||
|
Reference in New Issue
Block a user