UNPKG

@mdit-vue/plugin-sfc

Version:

A markdown-it plugin to help transforming markdown to vue sfc

54 lines (53 loc) 1.2 kB
{ "name": "@mdit-vue/plugin-sfc", "version": "2.1.4", "description": "A markdown-it plugin to help transforming markdown to vue sfc", "keywords": [ "markdown-it", "markdown-it-plugin", "vue", "sfc" ], "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 <meteor.lxy@foxmail.com>", "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": { "@mdit-vue/types": "2.1.4", "@types/markdown-it": "^14.1.2", "markdown-it": "^14.1.0" }, "publishConfig": { "access": "public" }, "gitHead": "01a6daa37fff48ea3992becfd4ba8c0f97a605ad" }