{ "name": "turborepo-starter-project", "private": true, "scripts": { "build": "turbo run build", "dev": "turbo run dev", "lint": "turbo run lint", "format": "prettier --write \"**/*.{ts,tsx,md}\"", "check-types": "turbo run check-types" }, "devDependencies": { "prettier": "^3.7.4", "turbo": "^2.9.6", "typescript": "5.9.2" }, "engines": { "node": ">=18" }, "packageManager": "bun@1.3.13", "workspaces": [ "apps/*", "packages/*" ] }