As a developer, I want to manage dependencies and organize scripts I use often.
The package.json file can contain a lot of meta-data about an application but is mostly used to manage dependencies and organize scripts.
-
I have created a package.json file ( npm init -y). -
I have added start and lint scripts to the "scripts" field.