{
  "name": "@mermaid-js/tiny",
  "version": "12.0.0",
  "description": "Tiny version of mermaid",
  "type": "commonjs",
  "main": "./dist/mermaid.tiny.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mermaid-js/mermaid"
  },
  "author": "Sidharth Vinod",
  "license": "MIT",
  "engines": {
    "node": ">=22.12.0"
  },
  "dependencies": {},
  "devDependencies": {},
  "files": [
    "dist/",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf dist"
  }
}