{ name = "hjq"; description = "Drop-in jq replacement for HJSON that tries to preserve comments"; inputs = { stdin = { format = "HJSON"; react = "push"; }; jq_filter = { format = "string"; react = "push"; }; }; outputs = { stdout = { format = "HJSON"; react = "push"; }; }; cache-command = "deno cache --reload main.ts"; }