{ "name": "vuepress-plugin-md-power", "type": "module", "version": "1.0.0-rc.80", "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": { "@iconify/json": "^2", "vuepress": "2.0.0-rc.14" }, "peerDependenciesMeta": { "@iconify/json": { "optional": true } }, "dependencies": { "@iconify/utils": "^2.1.25", "@vuepress/helper": "2.0.0-rc.39", "@vueuse/core": "^10.11.0", "local-pkg": "^0.5.0", "markdown-it-container": "^4.0.0", "nanoid": "^5.0.7", "shiki": "^1.10.3", "tm-grammars": "^1.13.11", "tm-themes": "^1.5.3", "vue": "^3.4.31" }, "devDependencies": { "@iconify/json": "^2.2.228", "@types/markdown-it": "^14.1.1" }, "publishConfig": { "access": "public" }, "keyword": [ "VuePress", "vuepress plugin", "markdown power", "vuepress-plugin-md-power" ] }