{ "name": "cloud-index-docs", "type": "module", "version": "1.0.0", "description": "一个支持多种云存储后端的文件管理、索引和浏览服务", "packageManager": "pnpm@10.12.4", "author": "RhenCloud ", "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": "pnpm dlx vp-update" }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.26", "http-server": "^14.1.1", "typescript": "^5.9.3", "vue": "^3.5.22", "vuepress": "2.0.0-rc.26", "vuepress-theme-plume": "1.0.0-rc.175" }, "pnpm": { "onlyBuiltDependencies": [ "@parcel/watcher", "esbuild" ] }, "engines": { "node": "^20.6.0 || >=22.0.0" } }