What is NPM?
npm is the world’s largest software registry
What is a package?
directory with one or more files in it
How can you create a package.json with npm?
npm init –yes
What is a dependency and how to you add one to a package?
npm install (name)
What happens when you add a dependency to a package with npm?
downloads package, puts it in the node_modules directory, adds it under dependency in the package.json file, package-lock.json