Multiple packages in a single repo

I have a large repo with multiple node packages (frontend, backend, core, database, util, etc). These packages depend on each other via a DAG of npm-links (e.g., frontend => core => util).

Question: Building/testing multiple subdirs in a repository with sub-projects describes how to run multiple tests, but I’m unsure how to address the npm links.