57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"name": "@mdit-vue/plugin-headers",
|
|
"version": "3.0.2",
|
|
"description": "A markdown-it plugin to get markdown headers",
|
|
"keywords": [
|
|
"markdown-it",
|
|
"markdown-it-plugin",
|
|
"vue",
|
|
"header",
|
|
"heading"
|
|
],
|
|
"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/shared": "3.0.2",
|
|
"@mdit-vue/types": "3.0.2",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"markdown-it": "^14.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"markdown-it-anchor": "^9.2.0",
|
|
"tsdown": "^0.14.1",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "3b5332d09fbd927319bd8be3ba3b86b3d12d1ec8"
|
|
}
|