Files
clawpanel/package.json
晴天 fe66fe0e73 发布 v0.4.7:修复 fnm 检测 + Release Notes 生成
修复:
- fnm 用户 Node.js 检测失败(扫描 FNM_DIR/node-versions)
- Release Notes 中文 commit grep 失败(|| true 兜底)
2026-03-06 00:04:45 +08:00

39 lines
891 B
JSON

{
"name": "clawpanel",
"version": "0.4.7",
"private": true,
"description": "ClawPanel - OpenClaw 可视化管理面板,基于 Tauri v2 的跨平台桌面应用",
"type": "module",
"author": "qingchencloud",
"license": "MIT",
"homepage": "https://github.com/qingchencloud/clawpanel",
"repository": {
"type": "git",
"url": "https://github.com/qingchencloud/clawpanel.git"
},
"bugs": {
"url": "https://github.com/qingchencloud/clawpanel/issues"
},
"keywords": [
"openclaw",
"ai-agent",
"tauri",
"desktop-app",
"management-panel"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-shell": "^2.2.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2.5.0",
"vite": "^6.3.5"
}
}