I’ve made this comment on your other thread, but I wanted to close the loop here in case it might help people in the future.
Your package depends on web3 which depends on big-number.js. But big-number.js is a git dependency, and (at least the version it uses) is not published on npm.
RunKit does not currently support git dependencies. This is something we’d like to support in the future.
Do you know when will git dependencies be supported? Because it is currently impossible to use any package that uses them on RunKit. What are the alternatives for this without changing the package itself?