Direction: Choose the correct option
Q1.
Which file contains metadata about a Node.js project?
Direction: Choose the correct option
Q2.
What is the `scripts` section in `package.json` used for?
Direction: Choose the correct option
Q3.
Which field in `package.json` specifies the entry point of the application?
Direction: Choose the correct option
Q4.
What is the purpose of `dependencies` in `package.json`?
Direction: Choose the correct option
Q5.
How can you run a script named `start` defined in `package.json`?
