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