{ "name": "probo", "description": "Probo monorepo containing applications and shared packages", "engines": { "node": "22.x" }, "workspaces": [ "apps/*", "packages/*" ], "scripts": { "build": "turbo run build", "dev": "turbo run dev", "lint": "turbo run lint", "format": "prettier --write \"**/*.{ts,tsx,md}\"", "check": "turbo run check", "relay": "turbo run relay" }, "devDependencies": { "turbo": "^2.5.3" }, "graphql": { "schema": "./pkg/server/api/console/v1/schema.graphql" }, "license": "MIT", "packageManager": "npm@11.1.0", "volta": { "node": "22.16.0" } }