Many of the npm packages we have are under the @wikimedia scope on npm. We used this naming scheme when publishing the packages to GitLab. However, GitLab's npm publishing rules state:
The value used for the @scope is the root of the project that is hosting the packages and not the root of the project with the source code of the package itself. The scope should be lowercase.
This means that in order for our packages to be installable instance-wide, we need a wikimedia GitLab project.
Related ticket for Maven: T367322
