What is the purpose of package.json in a Node.js project?
-
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