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