diff --git a/readme.md b/readme.md index d265d51..01142ed 100644 --- a/readme.md +++ b/readme.md @@ -184,6 +184,7 @@ - [Weird](#weird) - [Serialization](#serialization) - [Miscellaneous](#miscellaneous) +- [Package Manager](#package-manager) - [Resources](#resources) - [Tutorials](#tutorials) - [Discovery](#discovery) @@ -859,6 +860,12 @@ - [editly](https://github.com/mifi/editly) - Declarative video editing API. - [wild-wild-path](https://github.com/ehmicky/wild-wild-path) - Object property paths with wildcards and regexes. +## Package Manager + +- [npm](https://docs.npmjs.com/about-npm) - The default package manager. +- [pnpm](https://pnpm.io) - Disk space efficient package manager. +- [yarn](https://yarnpkg.com) - Alternative package manager. + ## Resources ### Tutorials