{ "name": "monorepo", "private": true, "scripts": { "build": "turbo run build", "dev": "turbo run dev", "check": "turbo run check", "lint": "turbo run lint", "fix": "turbo run fix", "test": "turbo run test", "gen:env": "bash scripts/generate_env_for_apps.sh" }, "devDependencies": { "@biomejs/biome": "2.3.8", "@tsconfig/strictest": "2.0.5", "turbo": "2.9.6" }, "engines": { "node": ">=22" }, "packageManager": "yarn@4.9.1", "workspaces": [ "apps/*", "packages/*" ] }