{ "name": "work-hub-server", "private": true, "scripts": { "build": "turbo run build", "dev": "turbo run dev", "lint": "turbo run lint", "format": "prettier --write \"**/*.{ts,tsx,md}\"", "format:check": "prettier --check \"**/*.{ts,tsx,md}\"", "check-types": "turbo run check-types" }, "devDependencies": { "@workspace/tooling": "workspace:*", "prettier": "^3.7.4", "turbo": "^2.9.16", "typescript": "5.9.2" }, "packageManager": "pnpm@9.0.0", "engines": { "node": ">=18" } }