what is package.json in angular | What is the file package.json | Angular Tutorial in Telugu Part 7

preview_player
Показать описание
1. All npm packages contain a file.
2. In the project root.
3. This file holds various metadata relevant to the project.
4. This file is used to give information to npm that allows it to identify the project as well as handle the project's dependencies.
5. It can also contain other metadata such as a project description, the version of the project in a particular distribution, license information, even configuration data.
8. dependencies field is used to list all the dependencies of your project that are available on npm. When someone installs your project through npm, all the dependencies listed will be installed as well. Additionally, if someone runs npm install in the root directory of your project, it will install all the dependencies to ./node_modules.
Рекомендации по теме
Комментарии
Автор

Course was really nice and good explanation and easy understanding. Can you share the notes as well.

rakeshdora
Автор

Sir mi ani video lo chudali ani waot chestunamu thank u for uplod this video

chintadarajesh
visit shbcf.ru