pnpm why
지정된 패키지에 의존하는 모든 패키지를 표시합니다.
옵션
--recursive, -r
Show the dependency tree for the specified package on every package in subdirectories or on every workspace package when executed inside a workspace.
--json
JSON 형식으로 정보를 표시합니다.
--long
자세한 출력을 표시합니다.
--parseable
트리 보기 대신 구문 분석 가능한 출력을 표시합니다.
--global, -g
현재 프로젝트 대신 글로벌 설치 디렉터리에 패키지를 나열합니다.
--prod, -P
dependencies
의 패키지에 대한 의존성 트리만 표시합니다.
--dev, -D
devDependencies
의 패키지에 대한 의존성 트리만 표시합니다.
--only-projects
Added in: v7.22.0
Display only dependencies that are also projects within the workspace.