NodeJS For Beginners: Create our Package.json using Npm Init

Опубликовано: 05 Ноябрь 2024
на канале: NoobCoder
1,409
19

Learn how to create our package.json file. The package.json file is responsible for holding our meta data for our projects. It contains info such as the name of the Project(package),author, git repository, dependencies , keywords, descriptions, and license for your application.