{ "name": "vuepress-plugin-md-power", "type": "module", "version": "1.0.0-rc.102", "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": { "vuepress": "2.0.0-rc.15" }, "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.1", "@mdit/plugin-tasklist": "^0.13.1", "@vuepress/helper": "2.0.0-rc.47", "@vueuse/core": "^11.1.0", "image-size": "^1.1.1", "markdown-it-container": "^4.0.0", "nanoid": "^5.0.7", "shiki": "^1.18.0", "tm-grammars": "^1.17.24", "tm-themes": "^1.8.4", "vue": "^3.5.8" }, "devDependencies": { "@types/markdown-it": "^14.1.2" }, "publishConfig": { "access": "public" }, "keyword": [ "VuePress", "vuepress plugin", "markdown power", "vuepress-plugin-md-power" ] }