File size: 301 Bytes
3b1ab70
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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"
  }
}