Files
mermaid/packages/tiny/package.json
github-actions[bot] 3132387ede Version Packages
2025-06-19 12:43:20 +00:00

26 lines
491 B
JSON

{
"name": "@mermaid-js/tiny",
"version": "11.7.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"
}
}