{ "name": "cerebrus", "version": "0.0.0", "private": true, "packageManager": "bun@1.3.14", "workspaces": [ "apps/*", "packages/*" ], "scripts": { "dev": "turbo run dev", "build": "turbo run build", "lint": "turbo run lint", "check-types": "turbo run check-types", "test": "turbo run test", "test:integration": "bun scripts/check-local-integration.mjs", "test:visual": "bun scripts/visual-compare.mjs" }, "devDependencies": { "@types/bun": "^1.3.14", "jpeg-js": "^0.4.4", "pixelmatch": "^7.2.0", "pngjs": "^7.0.0", "turbo": "^2.5.0" } }