{ "name": "7z-encrypt-tui", "version": "0.1.0", "private": true, "description": "7z-encrypt 客户端 TUI (vue-tui: Vue 3 终端界面 + Python 管线)", "type": "module", "scripts": { "dev": "vite", "check:type": "vue-tsc --noEmit", "build": "vite build", "preview": "pnpm run build && node dist/main.mjs" }, "dependencies": { "@vue-tui/runtime": "file:./vendor/vue-tui-runtime-0.3.0.tgz", "vue": "^3.5.0" }, "devDependencies": { "@types/node": "^22.18.0", "@vue-tui/vite": "file:./vendor/vue-tui-vite-0.3.1.tgz", "typescript": "^6.0.3", "unplugin-vue": "^7.2.0", "vite": "8.2.1", "vue-tsc": "^3.3.4" } }