{ "name": "fluksio-app", "private": true, "license": "AGPL-3.0-or-later", "workspaces": [ "frontend" ], "scripts": { "dev": "bun run --filter frontend dev", "lint": "bun run --filter frontend lint", "format": "bun run --filter frontend format", "test": "bun run --filter frontend test", "test:ui": "bun run --filter frontend test:ui" } }