{
  "name": "vue-markdown-render",
  "version": "2.3.0",
  "description": "A simple, lightweight markdown-it wrapper for Vue written in pure typescript.",
  "keywords": [
    "vue",
    "markdown",
    "render",
    "markdown-it",
    "html"
  ],
  "main": "dist/VueMarkdown.js",
  "types": "dist/VueMarkdown.d.ts",
  "author": "Patrick Kuen <p.kuen@cloudacy.com>",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/cloudacy/vue-markdown-render.git"
  },
  "scripts": {
    "build": "tsc"
  },
  "sideEffects": false,
  "devDependencies": {
    "@types/markdown-it": "^14.1.2",
    "typescript": "^5.9.2",
    "vue": "^3.5.21"
  },
  "dependencies": {
    "markdown-it": "^14.1.0"
  },
  "peerDependencies": {
    "vue": "^3.3.4"
  }
}
