Updates the Fetch NPM Package Info Command to enhance user interaction and display additional package details as depicted in the provided screenshots.
Implements an input field allowing users to enter the name of the NPM package they wish to inquire about, enhancing user interaction.
Updates the src/index.tsx file to fetch and display additional package information, including the license and homepage URL, aligning with the details shown in the screenshots.
Introduces error handling with meaningful messages to the user through toast notifications, improving the user experience in case of fetch failures.
Adds an action to open the NPM package page in the browser directly from the Raycast command, providing a seamless navigation experience.
Related to #6
Updates the Fetch NPM Package Info Command to enhance user interaction and display additional package details as depicted in the provided screenshots.
src/index.tsx
file to fetch and display additional package information, including the license and homepage URL, aligning with the details shown in the screenshots.For more details, open the Copilot Workspace session.