{ "name": "kbv5-frontend", "private": true, "type": "module", "description": "知識庫系統 V5 前端純函式單元測試(vitest)", "scripts": { "test": "vitest run", "test:watch": "vitest" }, "devDependencies": { "happy-dom": "^20.10.2", "vitest": "^4.1.8" } }