{ "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" }