{ "compilerOptions": {"types":["./store"], "checkJs": true}, "tasks": { "fs": "deno run -A --no-lock https://deno.land/std@0.166.0/http/file_server.ts", "test": "deno test --no-lock --no-check --watch store.test.ts", "test-debug": "deno test --no-lock --no-check --inspect-brk store.test.ts" } }