pnpm-dependency-analysis

Installation
SKILL.md

pnpm Dependency Analysis Skill (Fusion Framework)

Helps answer:

  • Where is PACKAGE used (direct & transitive)?
  • What real versions are resolved across workspaces?
  • Which workspaces depend on each other (forward/reverse graph)?
  • What's the blast radius / risk level for an upgrade or patch?

All commands run from the root of the repository. Replace PACKAGE with the real name (e.g., lodash, zod, @tanstack/react-query, eslint).

1. Core: Where is this package used?

Direct usages only (fastest & cleanest)

pnpm why PACKAGE --recursive --depth=0
Related skills

More from equinor/fusion-framework

Installs
34
GitHub Stars
9
First Seen
Jan 25, 2026