Files

719 B

title
title
Expand Your Project with External Packages from npm

Expand Your Project with External Packages from npm

You should go over to the package.json file in your project. Dependencies follow a similar convention as this:

"dependencies": {
    "express": "^4.16.4",
    "helmet": "^3.14.0"
  },
  ...

Help our community expand it.