What Is package.json?

Опубликовано: 15 Январь 2020
на канале: Hey Node
5,630
61

See the written version of this tutorial, links to prerequisites, and related tutorials: https://heynode.com/tutorial/what-pac...

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.