Prompt file imported from loglayer/loglayer (
.claude/commands/npm.md). Fill in{{arguments}}before use. Copyright stays with the author.
Fetch the latest version info for the npm package specified by {{arguments}}.
Run the following command to get the package info:
npm view {{arguments}} version description dist-tags time --json
Then present the results in a concise summary showing:
- Package name
- Latest version
- Description
- All dist-tags (latest, next, etc.)
- Last publish date