{ "name": "atbb-monorepo", "private": true, "packageManager": "pnpm@9.15.4", "scripts": { "build": "turbo run build", "dev": "turbo run dev", "lint": "turbo run lint", "clean": "turbo run clean", "test": "turbo run test" }, "devDependencies": { "turbo": "^2.4.0", "typescript": "^5.7.0", "vitest": "^4.0.18" } }