This repository is a monorepo. There are multiple packages available under the "packages" folder.
All packages are:
- pure ESM packages, which means to use them, your packages have to use ESM too (
"type": "module"
should be set inyour package.json
file). - this does not apply to CLI tools as they can simply be called on the command line.
- compatible with Node.js v20 and above.