{
  "name": "@comark/nuxt",
  "version": "0.6.2",
  "description": "Nuxt module for Comark. Render Markdown with components at runtime, with auto-imported components and streaming support for AI output.",
  "keywords": [
    "ai",
    "comark",
    "components",
    "markdown",
    "mdc",
    "nuxt",
    "nuxt-module",
    "renderer",
    "streaming",
    "vue"
  ],
  "homepage": "https://comark.dev/rendering/nuxt",
  "bugs": {
    "url": "https://github.com/comarkdown/comark/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/comarkdown/comark.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/module.js",
  "module": "./dist/module.js",
  "types": "./dist/module.d.ts",
  "exports": {
    ".": "./dist/module.js",
    "./plugins/*": "./dist/plugins/*.js",
    "./utils": "./dist/utils/index.js",
    "./parse": "./dist/parse.js",
    "./render": "./dist/render.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@comark/vue": "^0.6.2",
    "@nuxt/kit": "^4.4.8",
    "comark": "0.6.2"
  },
  "devDependencies": {
    "@vue/server-renderer": "^3.5.39",
    "vitest": "^4.1.10",
    "vue": "^3.5.39"
  },
  "peerDependencies": {
    "nuxt": "^4.0.0"
  },
  "scripts": {
    "stub": "node ../../scripts/stub.mjs",
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run --passWithNoTests",
    "release": "release-it"
  }
}