2025-04-19 12:00:51 +08:00

51 lines
1.2 KiB
JSON

{
"name": "vuepress-plugin-replace-assets",
"type": "module",
"version": "1.0.0-rc.143",
"description": "The Plugin for VuePress 2 - replace assets url",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"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 tsup",
"tsup": "tsup --config tsup.config.ts"
},
"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"
]
}