nodejs_scripts
Run or list npm scripts from package.json with caching to streamline script management.
Instructions
Run or list npm scripts from package.json with caching
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional arguments | |
| list | No | List available scripts | |
| script | No | Script name to run | |
| timeout | No | Command timeout in milliseconds | |
| directory | No | Working directory |