test02/node_modules/@mdit-vue/plugin-toc/package.json
罗佳鸿 6aa1ebe342
Some checks are pending
部署文档 / deploy-gh-pages (push) Waiting to run
first commit
2024-08-13 10:11:19 +08:00

59 lines
1.3 KiB
JSON

{
"name": "@mdit-vue/plugin-toc",
"version": "2.1.3",
"description": "A markdown-it plugin to generate table-of-contents that compatible with Vue.js",
"keywords": [
"markdown-it",
"markdown-it-plugin",
"vue",
"toc",
"table-of-contents"
],
"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/shared": "2.1.3",
"@mdit-vue/types": "2.1.0",
"@types/markdown-it": "^14.1.1",
"markdown-it": "^14.1.0"
},
"devDependencies": {
"markdown-it-anchor": "^8.6.7"
},
"publishConfig": {
"access": "public"
},
"gitHead": "0b0ff6922bba2627dad6b9cf0e4249f0a9ecbe15"
}