{ "name": "workspace", "version": "0.0.0", "license": "MIT", "scripts": { "preinstall": "sh -c 'rm -f package-lock.json yarn.lock; case \"$npm_config_user_agent\" in pnpm/*) ;; *) echo \"Use pnpm instead\" >&2; exit 1 ;; esac'", "build": "pnpm run typecheck && pnpm -r --if-present run build", "typecheck:libs": "tsc --build", "typecheck": "pnpm run typecheck:libs && pnpm -r --filter \"./artifacts/**\" --filter \"./scripts\" --if-present run typecheck" }, "private": true, "devDependencies": { "prettier": "3.9.6", "typescript": "7.0.2" }, "optionalDependencies": { "@esbuild/darwin-arm64": "0.28.1", "@rollup/rollup-darwin-arm64": "4.62.4", "@tailwindcss/oxide-darwin-arm64": "4.3.3", "lightningcss-darwin-arm64": "1.33.0" } }