Use Bun to run repository scripts.
bun run buildbuilds the package withtsdownintodist/.bun run devruns the build in watch mode.bun run typecheckrunstsc --noEmit.bun run testruns the Jest test suite.bun run test:ciruns tests with coverage.bun run lintruns ESLint.bun run formatwrites formatting changes withoxfmt.bun run format:checkchecks formatting withoxfmt.bun run validateruns typecheck, test, lint, and formatting checks.bun run validate:fixruns formatting and lint fixes, then typecheck and tests.