{"tool":"deno","tool_display":"Deno","intent":"list-and-run-tasks-from-deno-json","intent_display":"list and run tasks from deno json","title":"Deno Command: list and run tasks from deno json","command_string":"deno task","raw_command_string":"deno task","description":"Exact CLI syntax to list and run tasks from deno json using Deno.","usage_scenario":"Use this command to manage project tasks defined in deno.json.","scenario_context":"Use this command to manage project tasks defined in deno.json.","simulated_output":"Available tasks:\n  build   Build the project\n  test    Run tests\n\nRunning task: build\nBuilding project... Done!","how_to_steps":["Create a deno.json file with defined tasks.","Run 'deno task' to list available tasks.","Execute a specific task by typing 'deno task <task_name>'."],"inferred_category":"Package Management","canonical_url":"https://www.syntaxstandard.com/deno/list-and-run-tasks-from-deno-json"}