What Is Package.json?



What Is Package.json?..

Answer / Birender Singh

Package.json is a manifest file for Node.js modules which contains important metadata like name, version, dependencies, scripts, and other information about the project. It allows easy sharing and management of the project, as well as installation of its dependencies using npm.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

What happens if we call require() method to load same module multiple times in Node.js?

1 Answers  


What is Tracing in Node.js?

1 Answers  


How can we handle blocking I/O operations in Node.js?

1 Answers  


Explain “Console” in Node.JS?

1 Answers  


What is the purpose of cleartimeout function?

1 Answers  


What are callback hells?

1 Answers  


Explain the working of the control flow function.

1 Answers  


What is let in node js?

1 Answers  


In which language node js is written?

1 Answers  


What is node application?

1 Answers  


List out some new features introduced in es6?

1 Answers  


What language does uber use?

1 Answers  


Categories