package-info
Installation
SKILL.md
Package Info Lookup
Get a comprehensive overview of the package $ARGUMENTS.
Steps
-
Resolve the package path. Map the name to a filesystem path:
react-buttonor@fluentui/react-button→packages/react-components/react-button/- Check both
library/(source) andstories/(storybook) sub-packages
-
Get Nx project details:
yarn nx show project @fluentui/$ARGUMENTS --json 2>/dev/null || yarn nx show project $ARGUMENTS --json 2>/dev/null -
Read the package.json for version, dependencies, and peer dependencies.