You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Some dependencies are declared as dev dependencies while they are actually run-time dependencies. This does not cause a problem with NPM currently as other dependencies include the missing ones.
However, when using together with Bazel and rules_js which isolate dependencies it breaks as they are not declared properly.
I've fixed the package.json to declare the dependencies in the correct way.