Hello, it's already possible to do it :D and there is a link to all supported processors and OS' but short answer for Mac is:
Apple Silicon processor: npx electron-packager "./" "BubbleWrap" --platform=darwin --arch="arm64"
Intel processor: just replace the "arm64" for arch with "x86_64".