A VS Code extension that allows you to run nested scripts from package.json files using hover actions. Perfect for organizing complex build pipelines, testing suites, and development workflows.
Features
Hover-to-Run: Hover over script names in package.json to see a run button
Nested Script Support: Organize scripts in nested objects for better categorization
Progress Indication: Visual feedback during script execution
Cancellable Execution: Cancel running scripts if needed