Frage im Vorstellungsgespräch bei EC Group

what is package.json in angular application?

Antwort im Vorstellungsgespräch

Anonym

4. Okt. 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