Files
freeCodeCamp/curriculum/structure/blocks/managing-packages-with-npm.json
2026-03-17 15:43:14 +00:00

49 lines
1.4 KiB
JSON

{
"isUpcomingChange": false,
"dashedName": "managing-packages-with-npm",
"helpCategory": "JavaScript",
"challengeOrder": [
{
"id": "587d7fb3367417b2b2512bfb",
"title": "How to Use package.json, the Core of Any Node.js Project or npm Package"
},
{
"id": "587d7fb3367417b2b2512bfc",
"title": "Add a Description to Your package.json"
},
{
"id": "587d7fb4367417b2b2512bfd",
"title": "Add Keywords to Your package.json"
},
{
"id": "587d7fb4367417b2b2512bfe",
"title": "Add a License to Your package.json"
},
{
"id": "587d7fb4367417b2b2512bff",
"title": "Add a Version to Your package.json"
},
{
"id": "587d7fb4367417b2b2512c00",
"title": "Expand Your Project with External Packages from npm"
},
{
"id": "587d7fb5367417b2b2512c01",
"title": "Manage npm Dependencies By Understanding Semantic Versioning"
},
{
"id": "587d7fb5367417b2b2512c02",
"title": "Use the Tilde-Character to Always Use the Latest Patch Version of a Dependency"
},
{
"id": "587d7fb5367417b2b2512c03",
"title": "Use the Caret-Character to Use the Latest Minor Version of a Dependency"
},
{
"id": "587d7fb5367417b2b2512c04",
"title": "Remove a Package from Your Dependencies"
}
],
"blockLayout": "legacy-challenge-list"
}