mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-03 12:25:22 +01:00
21 lines
395 B
JSON
21 lines
395 B
JSON
{
|
|
"name": "@mermaid-js/examples",
|
|
"version": "0.0.1",
|
|
"description": "Mermaid examples package",
|
|
"author": "Sidharth Vinod",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"clean": "rimraf dist"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"mermaid": "workspace:*"
|
|
}
|
|
}
|