{ "name": "@minikura/repo", "version": "0.0.1", "workspaces": ["apps/*", "packages/*"], "packageManager": "bun@1.1.28", "scripts": { "dev": "turbo dev --parallel", "web": "bun --bun run --cwd apps/web dev", "lint": "biome lint .", "lint:fix": "biome lint --apply .", "format": "biome format .", "format:fix": "biome format --write .", "studio": "drizzle-kit studio", "push": "drizzle-kit push" }, "devDependencies": { "@biomejs/biome": "^1.9.1", "concurrently": "^9.0.1", "turbo": "^2.1.2" } }