{ "name": "vuepress-plugin-md-power", "type": "module", "version": "1.0.0-rc.114", "description": "The Plugin for VuePress 2 - markdown power", "author": "pengzhanbo ", "license": "MIT", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme", "repository": { "type": "git", "url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git", "directory": "plugins/plugin-md-power" }, "bugs": { "url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues" }, "exports": { ".": { "types": "./lib/node/index.d.ts", "import": "./lib/node/index.js" }, "./client": { "types": "./lib/client/index.d.ts", "import": "./lib/client/index.js" }, "./package.json": "./package.json" }, "main": "lib/node/index.js", "types": "./lib/node/index.d.ts", "files": [ "lib" ], "scripts": { "build": "pnpm copy && pnpm tsup", "clean": "rimraf --glob ./lib", "copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib", "tsup": "tsup --config tsup.config.ts" }, "peerDependencies": { "markdown-it": "^14.0.0", "vuepress": "2.0.0-rc.18" }, "peerDependenciesMeta": { "markdown-it": { "optional": true } }, "dependencies": { "@mdit/plugin-attrs": "^0.13.1", "@mdit/plugin-footnote": "^0.13.1", "@mdit/plugin-mark": "^0.13.1", "@mdit/plugin-sub": "^0.13.1", "@mdit/plugin-sup": "^0.13.1", "@mdit/plugin-tab": "^0.13.2", "@mdit/plugin-tasklist": "^0.13.1", "@vuepress/helper": "2.0.0-rc.60", "@vueuse/core": "^11.2.0", "image-size": "^1.1.1", "local-pkg": "^0.5.0", "markdown-it-container": "^4.0.0", "nanoid": "^5.0.8", "shiki": "^1.22.2", "tm-grammars": "^1.18.9", "tm-themes": "^1.9.0", "vue": "^3.5.12" }, "devDependencies": { "@types/markdown-it": "^14.1.2" }, "publishConfig": { "access": "public" }, "keyword": [ "VuePress", "vuepress plugin", "markdown power", "vuepress-plugin-md-power" ] }