What Is package.json?

Поделиться
HTML-код
  • Опубликовано: 23 авг 2024
  • See the written version of this tutorial, links to prerequisites, and related tutorials: heynode.com/tu...
    Learn all about a Node project's package.json, npm’s configuration file housed in the root directory of your project. In this tutorial, learn how to manage metadata in an initial package.json file such as name, version, description, and keywords, as well as dependencies and devDependencies. Learn how to run, develop, and optionally publish your project to NPM.
    In this tutorial we'll:
    - Learn how package.json relates to your project
    - Identify important fields and metadata
    - Understand how to manage package.json
    Heynode.com: the best online Node.js courses and tutorials to help you solve hard problems fast.

Комментарии • 3

  • @bambitsunami4165
    @bambitsunami4165 2 года назад +1

    This must be one of the most underrated videos on youtube. Great explanation!!

  • @SonuKumar98513
    @SonuKumar98513 Год назад +1

    Seriously this video very simple and easy explanation about package.json ( please continue your video) I am from India

  • @Teteu.freitas
    @Teteu.freitas 3 года назад

    Nice Video thanks!