Runtime support
- Bun 1.3+
- Node.js 20.17+
- Browsers for pure parsing helpers
- Worker and edge runtimes that provide
fetch
Install the package
Install the repo locally
If you are bootstrapping the repository for the first time and the lockfile is missing, create it once with:
Common commands
Use bun run check before opening a PR. It runs format checks, linting, type checking,
and tests in a deterministic order.