{
  "name": "marked-mermaid-flowchart",
  "version": "1.0.0",
  "description": "Marked extension for rendering Mermaid flowchart diagrams",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "marked",
    "mermaid",
    "flowchart",
    "diagram",
    "extension"
  ],
  "author": "Igor Afanasyev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iafan/marked-mermaid-flowchart.git"
  },
  "license": "Unlicense",
  "peerDependencies": {
    "marked": ">=4.0.0",
    "mermaid-flowchart": ">=0.0.1"
  },
  "devDependencies": {
    "marked": "^17.0.1",
    "mermaid-flowchart": "^0.0.1",
    "tsup": "^8.5.0",
    "typescript": "^5.9.3"
  }
}
