@mdit-vue/plugin-sfc
Version:
A markdown-it plugin to help transforming markdown to vue sfc
54 lines (53 loc) • 1.19 kB
JSON
{
"name": "@mdit-vue/plugin-sfc",
"version": "3.0.2",
"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": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"./dist"
],
"scripts": {
"build": "tsdown",
"clean": "rimraf ./dist",
"test": "vitest"
},
"dependencies": {
"@mdit-vue/types": "3.0.2",
"@types/markdown-it": "^14.1.2",
"markdown-it": "^14.1.0"
},
"devDependencies": {
"tsdown": "^0.14.1",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=20.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "3b5332d09fbd927319bd8be3ba3b86b3d12d1ec8"
}