What does the npm init command do?
npm init
It installs all dependencies of a Node.js project.
It initializes a new Node.js project.
It updates all dependencies of a Node.js project.
It tests all functions of a Node.js project.