2022-11-28 10:00:18 -05:00
|
|
|
{
|
|
|
|
"tasks":
|
|
|
|
{
|
2022-11-28 18:42:41 -05:00
|
|
|
"fs": "deno run -A --no-lock https://deno.land/std@0.166.0/http/file_server.ts",
|
2022-11-29 23:15:44 -05:00
|
|
|
"test": "deno test test/store_test.js --no-lock --watch"
|
2022-11-28 10:00:18 -05:00
|
|
|
}
|
|
|
|
}
|