0 votes
in Angular by
What is the purpose of using package.json in the angular project?

1 Answer

0 votes
by

With the existence of package.json, it will be easy to manage the dependencies of the project. If we are using typescript in the angular project then we can mention the typescript package and version of typescript in package.json.

...