Describe the bug.
Currently this async-cli package is using commonjs module which is not good , as many dependcies latest versions are shifted to module js and the node also recommend to shift to modulejs
Expected behavior
Package should be shifted to module js so that the dependecies can be upgraded to new versions
Screenshots

How to Reproduce
- First i update the older dependecies
- then i update the code for the updated dependencies
- but it was not working as the dependencies are using ES module but project was using common js which was cauing error during building
🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes I am willing to submit a PR!