Members
Teams
Growth Strategies
Technologies
Publications
Projects
Tasks
↴ Managing Packages with npm
How to Use package.json, the Core of Any Node.js Project or npm Package
Add a Description to Your package.json
Add Keywords to Your package.json
Add a License to Your package.json
Add a Version to Your package.json
Expand Your Project with External Packages from npm
Manage npm Dependencies By Understanding Semantic Versioning
Use the Tilde-Character to Always Use the Latest Patch Version of a Dependency
Use the Caret-Character to Use the Latest Minor Version of a Dependency
Remove a Package from Your Dependencies