{ "name": "my-vuepress-site", "type": "module", "version": "1.0.0", "description": "", "author": "yinxiaolong ", "license": "MIT", "scripts": { "docs:build": "vuepress build docs --clean-cache --clean-temp", "docs:dev": "vuepress dev docs", "docs:dev-clean": "vuepress dev docs --clean-cache --clean-temp", "docs:preview": "http-server docs/.vuepress/dist", "vp-update": "npx vp-update" }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.30", "http-server": "^14.1.1", "typescript": "^6.0.3", "vue": "^3.5.34", "vuepress": "2.0.0-rc.30", "vuepress-theme-plume": "1.0.0-rc.204" }, "engines": { "node": "^20.19.0 || >=22.0.0" } }