A command-line journaling application
at exploded 10 lines 257 B view raw
1{ 2 "imports": { 3 "std/": "https://deno.land/std@0.219.0/" 4 }, 5 "tasks": { 6 "rebuild-deps": "deno cache --lock-write -r ./deps.ts ./test.ts", 7 "cache": "deno cache --lock -r ./deps.ts ./test.ts", 8 "test": "deno test --allow-env --check" 9 } 10}