package.json (Node.js)

package.json is the manifest file at the root of a Node.js project. It records the project's name, version, dependencies, scripts, and metadata, and it is…