analyze_capabilities
Analyze an npm package's technical capabilities: module system (ESM/CJS), TypeScript support, platform compatibility (Node/Browser/Deno), and engine requirements.
Instructions
Analyze package technical capabilities to answer "does this support ESM/TypeScript?" or "what platforms does this work on?" questions. Shows module system (ESM/CJS), TypeScript support, platform compatibility (Node/Browser/Deno), build tools, and engine requirements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Specific version (optional, defaults to latest) | |
| packageName | Yes | Name of the package to analyze |