Bpmnlint-pack-config "Failed to compile config"

I have a project with a custom plugin for linting and i am trying to use the bpmnlint-pack-config to bundle it. When I try to use the bpmnlint-pack-config utility to compile the .bpmnlintrc file, with npx bpmnlint-pack-config -c .bpmnlintrc -o packed-config.js -t es

I receive an error: Error: Failed to compile config: Cannot resolve config <recommended> from <bpmnlint-plugin-local>

Here is basic example that produces the same error when running the utility:
codebox

Am I on npm v 6.14.16. Is there any other dependencies or step that I am missing?

I got the same error on my side