{ "name": "keytrace", "private": true, "workspaces": [ "packages/*", "apps/*" ], "scripts": { "build": "turbo run build", "dev": "turbo run dev --filter=keytrace.dev", "test": "turbo run test", "lint": "turbo run lint", "typecheck": "turbo run typecheck", "type-check": "turbo run typecheck", "format": "oxfmt --write .", "format:check": "oxfmt --check .", "deploy": "./scripts/deploy.sh" }, "devDependencies": { "oxfmt": "^0.27.0", "turbo": "^2.8.20", "typescript": "^5.7.0" }, "packageManager": "yarn@4.12.0" }