deno.land/x, the JS API entrypoint would be in mod.ts and the CLI entrypoint in main.ts; something like:mod.ts entrypoint):mod.ts entrypoint exports both the JS API and the CLI (under import.meta.main)jsr:@scope/myThing/cli.ts)3. seems a bit overkill, but 1. doesn't feel too right either