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

45 lines
1.1 KiB
JSON

{
"name": "@vuepress/plugin-markdown-container",
"version": "2.0.0-rc.37",
"description": "VuePress plugin - markdown container",
"keywords": [
"vuepress-plugin",
"vuepress",
"plugin",
"markdown",
"container"
],
"homepage": "https://ecosystem.vuejs.press/plugins/markdown/markdown-container.html",
"bugs": {
"url": "https://github.com/vuepress/ecosystem/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/ecosystem.git",
"directory": "plugins/markdown/plugin-markdown-container"
},
"license": "MIT",
"author": "meteorlxy",
"type": "module",
"exports": {
".": "./lib/node/index.js",
"./package.json": "./package.json"
},
"main": "./lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@types/markdown-it": "^14.1.1",
"markdown-it-container": "^4.0.0"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.14"
},
"publishConfig": {
"access": "public"
},
"gitHead": "3754bbda881d738a0dcfacc5172a70af67505013"
}