Pergunta de entrevista da empresa EC Group

what is package.json in angular application?

Resposta da entrevista

Sigiloso

4 de out. de 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