Node.js Practice Test
Node.js NPM & Package Management
What is the purpose of package.json in a Node.js project?
Select your answer
A
To define project metadata, dependencies, scripts, and configuration
B
To store application runtime data in JSON format
C
To configure the Node.js runtime environment settings
D
To define database schemas in JSON
Hint