Question d’entretien chez EC Group

what is package.json in angular application?

Réponse à la question d'entretien

Utilisateur anonyme

4 oct. 2019

Packages published to the registry must contain a package.json file. A package.json file: lists the packages your project depends on. specifies versions of a package that your project can use using semantic versioning rules. makes your build reproducible, and therefore easier to share with other developers