{ "name": "@nuxtjs/mdc", "version": "0.9.5", "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.14.1592", "@shikijs/transformers": "^1.23.1", "@types/hast": "^3.0.4", "@types/mdast": "^4.0.4", "@vue/compiler-core": "^3.5.13", "consola": "^3.2.3", "debug": "^4.3.7", "defu": "^6.1.4", "destr": "^2.0.3", "detab": "^3.0.2", "github-slugger": "^2.0.0", "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": "^1.1.2", "property-information": "^6.5.0", "rehype-external-links": "^3.0.0", "rehype-raw": "^7.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.4.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.1", "scule": "^1.3.0", "shiki": "^1.23.1", "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.1", "@nuxt/module-builder": "^0.8.4", "@nuxt/schema": "^3.14.1592", "@nuxt/test-utils": "^3.14.4", "@nuxt/ui": "^2.19.2", "@nuxtjs/mdc": "link:.", "@types/node": "^22.9.1", "changelogen": "^0.5.7", "eslint": "^9.15.0", "nuxt": "^3.14.1592", "rehype": "^13.0.2", "release-it": "^17.10.0", "typescript": "^5.6.3", "vitest": "^2.1.5", "vue-tsc": "^2.1.10" }, "resolutions": { "@nuxtjs/mdc": "workspace:*" }, "packageManager": "pnpm@9.14.1", "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\")" } } }