mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-14 22:09:29 +02:00
26 lines
491 B
JSON
26 lines
491 B
JSON
{
|
|
"name": "@mermaid-js/tiny",
|
|
"version": "11.9.0",
|
|
"description": "Tiny version of mermaid",
|
|
"type": "commonjs",
|
|
"main": "./dist/mermaid.tiny.js",
|
|
"scripts": {
|
|
"clean": "rimraf dist"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mermaid-js/mermaid"
|
|
},
|
|
"author": "Sidharth Vinod",
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"files": [
|
|
"dist/",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|