proper deno dep management
This commit is contained in:
parent
f937a3454d
commit
6abdf04412
11 changed files with 74 additions and 184 deletions
|
|
@ -1,32 +0,0 @@
|
|||
{
|
||||
name = "hjq";
|
||||
|
||||
description = "Drop-in jq replacement for HJSON that tries to preserve comments";
|
||||
|
||||
inputs = {
|
||||
stdin = {
|
||||
format = "HJSON";
|
||||
react = "push";
|
||||
};
|
||||
jqFilter = {
|
||||
format = "string";
|
||||
react = "push";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
stdout = {
|
||||
format = "HJSON";
|
||||
react = "push";
|
||||
};
|
||||
};
|
||||
|
||||
build = {
|
||||
hashFiles = [ ./deno.json ./deno.lock ];
|
||||
cacheCommand = "deno cache --frozen main.ts";
|
||||
knownHashes = {
|
||||
"sha1-gSeoE0sSj+dFQ7SUoyaQV0X/KJE=" =
|
||||
"sha256-0ZfdWVfShbhgAoSse9vEpFPRh5XTTVjgxGMmezwon1I=";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue