{ "name": "@mdit-vue/plugin-component", "version": "2.1.3", "description": "A markdown-it plugin to allow vue components in markdown", "keywords": [ "markdown-it", "markdown-it-plugin", "vue", "component" ], "homepage": "https://github.com/mdit-vue", "bugs": { "url": "https://github.com/mdit-vue/mdit-vue/issues" }, "repository": { "type": "git", "url": "git+https://github.com/mdit-vue/mdit-vue.git" }, "license": "MIT", "author": "meteorlxy ", "type": "module", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "./dist" ], "scripts": { "build": "unbuild", "test": "vitest" }, "dependencies": { "@types/markdown-it": "^14.1.1", "markdown-it": "^14.1.0" }, "devDependencies": { "@vue/shared": "^3.4.27" }, "publishConfig": { "access": "public" }, "gitHead": "0b0ff6922bba2627dad6b9cf0e4249f0a9ecbe15" }