describe_npm_package
Retrieve concise details about an NPM package, including its name, optional version, and project path for local configuration. Enhance development workflows by accessing structured package information efficiently.
Instructions
Get a brief description of an NPM package
Input Schema
Name | Required | Description | Default |
---|---|---|---|
package | Yes | Package name (e.g. axios) | |
projectPath | No | Optional path to project directory for local .npmrc files | |
version | No | Optional package version |