{
  "scripts": {
    "build": "run-p type-check \"build-only {@}\" --",
    "build-only": "vite build",
    "type-check": "vue-tsc --noEmit --skipLibCheck"
  },
  "devDependencies": {
    "@types/node": "^20.14.2",
    "npm-run-all2": "^7.0.2",
    "typescript": "^5.8.0",
    "vue-tsc": "^2.2.8"
  }
}
