Next:
Creating a Nodejs Module
, Up:
NPM Packages
[
Index
]
3.2.1 Creating a package.json File
A
package.json
file:
lists the packages your project depends on
specifies versions of a package that your project can use using semantic versioning rules
makes your build reproducible.
•
Package Fields
•
Creating a new package.json File