Course
summary


    0 chapters available

Loading...

Discover Node.js and move from frontend to backend

Difficulty: Junior ● Progress: 0 / 0 modules completed

Understanding package.json

The package.json file is the "manifest" of your NodeJS application, and we will use it in particular to:

  • List dependencies
  • Create scripts

This file is also used by other tools to automate actions

Here, we have some basic content, generated by default (except for the dependencies):

You need a free account to read this module