-1
I started a project with create-React-library and made several customizable components with TS. A kind of Material UI. But this project cannot be public access. I previously wanted to post on npm, I thought I would have some way to ask for a password to install the package, but NPM charges for this, both to post and to have access.
I wanted to know how I can download this project from a repository with password (bit Bucket) and use as a package importing things from it.
I saw that you have to specify dist and configure package.json with "name", "Repository (type and url)", Include script prepare etc. But I’m not sure what to do.