{ "name": "vuepress-plugin-replace-assets", "type": "module", "version": "1.0.0-rc.149", "description": "The Plugin for VuePress 2 - replace assets url", "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-replace-assets" }, "bugs": { "url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues" }, "exports": { ".": { "types": "./lib/index.d.ts", "import": "./lib/index.js" }, "./package.json": "./package.json" }, "main": "lib/index.js", "types": "./lib/index.d.ts", "files": [ "lib" ], "scripts": { "build": "pnpm run tsdown", "tsdown": "tsdown" }, "peerDependencies": { "vuepress": "catalog:vuepress" }, "dependencies": { "@vuepress/helper": "catalog:vuepress", "magic-string": "catalog:prod", "unplugin": "catalog:prod" }, "publishConfig": { "access": "public" }, "keyword": [ "VuePress", "vuepress plugin", "replace assets", "vuepress-plugin-replace-assets" ] }