What is NPM?
Package manager for JS
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?
Packages of libraries or frameworks that your project is built on
What happens when you add a dependency to a package with npm?
It’s installed in package.json