{
  "name": "@nuxtjs/mdc",
  "version": "0.13.1",
  "description": "Nuxt MDC module",
  "repository": "nuxt-modules/mdc",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/module.d.ts",
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    },
    "./config": {
      "types": "./dist/config.d.ts",
      "import": "./dist/config.mjs",
      "require": "./dist/config.cjs"
    },
    "./runtime": {
      "types": "./dist/runtime/index.d.ts",
      "import": "./dist/runtime/index.js"
    },
    "./dist/runtime": {
      "types": "./dist/runtime/index.d.ts",
      "import": "./dist/runtime/index.js"
    },
    "./runtime/components/*": {
      "types": "./dist/runtime/components/*.d.ts",
      "import": "./dist/runtime/components/*"
    },
    "./dist/runtime/components/*": {
      "types": "./dist/runtime/components/*.d.ts",
      "import": "./dist/runtime/components/*"
    },
    "./runtime/*": {
      "types": "./dist/runtime/*.d.ts",
      "import": "./dist/runtime/*.js"
    },
    "./dist/runtime/*": {
      "types": "./dist/runtime/*.d.ts",
      "import": "./dist/runtime/*.js"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist"
  ],
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ],
      "config": [
        "./dist/config.d.ts"
      ]
    }
  },
  "scripts": {
    "prepack": "nuxt-module-build prepare; nuxt-module-build",
    "build": "nuxt-module-build prepare; nuxt-module-build build",
    "dev": "npm run dev:prepare; nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build prepare && nuxt-module-build build && nuxi prepare playground",
    "dev:docs": "nuxi dev docs",
    "release": "release-it",
    "lint": "eslint .",
    "typecheck": "nuxt typecheck",
    "test": "vitest run",
    "test:watch": "vitest watch"
  },
  "dependencies": {
    "@nuxt/kit": "^3.15.2",
    "@shikijs/transformers": "^1.27.2",
    "@types/hast": "^3.0.4",
    "@types/mdast": "^4.0.4",
    "@vue/compiler-core": "^3.5.13",
    "consola": "^3.4.0",
    "debug": "4.4.0",
    "defu": "^6.1.4",
    "destr": "^2.0.3",
    "detab": "^3.0.2",
    "github-slugger": "^2.0.0",
    "hast-util-format": "^1.1.0",
    "hast-util-to-mdast": "^10.1.1",
    "hast-util-to-string": "^3.0.1",
    "mdast-util-to-hast": "^13.2.0",
    "micromark-util-sanitize-uri": "^2.0.1",
    "ohash": "^1.1.4",
    "parse5": "^7.2.1",
    "pathe": "^2.0.2",
    "property-information": "^6.5.0",
    "rehype-external-links": "^3.0.0",
    "rehype-minify-whitespace": "^6.0.2",
    "rehype-raw": "^7.0.0",
    "rehype-remark": "^10.0.0",
    "rehype-slug": "^6.0.0",
    "rehype-sort-attribute-values": "^5.0.1",
    "rehype-sort-attributes": "^5.0.1",
    "remark-emoji": "^5.0.1",
    "remark-gfm": "^4.0.0",
    "remark-mdc": "^3.5.2",
    "remark-parse": "^11.0.0",
    "remark-rehype": "^11.1.1",
    "remark-stringify": "^11.0.0",
    "scule": "^1.3.0",
    "shiki": "^1.27.2",
    "ufo": "^1.5.4",
    "unified": "^11.0.5",
    "unist-builder": "^4.0.0",
    "unist-util-visit": "^5.0.0",
    "unwasm": "^0.3.9",
    "vfile": "^6.0.3"
  },
  "devDependencies": {
    "@nuxt/devtools": "latest",
    "@nuxt/eslint-config": "^0.7.5",
    "@nuxt/module-builder": "^0.8.4",
    "@nuxt/schema": "^3.15.2",
    "@nuxt/test-utils": "^3.15.4",
    "@nuxt/ui": "^2.21.0",
    "@nuxtjs/mdc": "link:.",
    "@types/node": "^22.10.7",
    "changelogen": "^0.5.7",
    "eslint": "^9.18.0",
    "nuxt": "^3.15.2",
    "rehype": "^13.0.2",
    "release-it": "^18.1.1",
    "typescript": "5.6.2",
    "vitest": "^3.0.1",
    "vue-tsc": "^2.2.0"
  },
  "resolutions": {
    "@nuxtjs/mdc": "workspace:*"
  },
  "packageManager": "pnpm@9.15.4",
  "release-it": {
    "git": {
      "commitMessage": "chore(release): release v${version}"
    },
    "github": {
      "release": true,
      "releaseName": "v${version}"
    },
    "hooks": {
      "after:bump": "npx changelogen@latest --no-commit --no-tag --output --r $(node -p \"require('./package.json').version\")"
    }
  }
}
