A ________ file is commonly used to specify dependencies and scripts for building and running a web application.

  • Configuration
  • Dockerfile
  • Manifest
  • Package.json
The 'package.json' file is commonly used in web development, especially with technologies like Node.js. It includes metadata about the project, along with dependencies and scripts for building and running the application. Understanding how to manage dependencies and scripts in the 'package.json' file is crucial for developers working on web applications, as it impacts the development workflow and deployment processes.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *