54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@mdit-vue/plugin-sfc",
|
|
"version": "2.1.3",
|
|
"description": "A markdown-it plugin to help transforming markdown tu 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.0",
|
|
"@types/markdown-it": "^14.1.1",
|
|
"markdown-it": "^14.1.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "0b0ff6922bba2627dad6b9cf0e4249f0a9ecbe15"
|
|
}
|