7 lines
153 B
JSON
7 lines
153 B
JSON
|
{
|
||
|
"tasks":
|
||
|
{
|
||
|
"fs": "deno run -A https://deno.land/std@0.166.0/http/file_server.ts",
|
||
|
"test": "deno test *_test.js --watch"
|
||
|
}
|
||
|
}
|