Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to add support for package name scope prefix started with $ or #? #9028

Open
JustFly1984 opened this issue Jan 22, 2024 · 0 comments

Comments

@JustFly1984
Copy link

I’m building an alternative registry to npmjs.com.

currently we have ability to publish public and private packages to npmjs.com with @ prefix. For example I’m maintaining @react-google-maps/api package.

im looking to separate packages deployed to my registry with prefix $. To signify it is a commercial licensed package. I want my registry to be fully compatible with all npm tooling, though I’m only interested to host commercial licensed packages in my marketplace. For example, I want to release a new version of my package in my registry with new package name $react-google-maps/api, and be able to use it together with other npm packages in package.json, allow my package to be used as dependency of other packages or projects without conflicts with main npmjs.com registry published packages.

Is it possible to add third level namespaces?
For example @ospn/react-google-maps/api

is it possible to use pnpm with $ prefixed packages?
How much effort it could involve to add my registry to supported by yarn?

Thank you for great project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant