How do you create a private npm package?
Name the package name @username/package-name in your package.json file
When publishing a package, which dependencies are ignored?
Peer dependencies
Dev dependencies
What is a peer dependency?
These are dependencies that need to be manually installed in the application that consumes this package.
What is the purpose of the resolution property in a package.json file
This is used to resolve conflicts when two or more packages have conflicting versions of a package
How do I install a private package?
Login must be done by authorised user using npm login.