|
@@ -1,7 +1,7 @@ |
|
|
{ |
|
|
{ |
|
|
"tasks": { |
|
|
"tasks": { |
|
|
"start": "deno --allow-read --allow-net --allow-env --allow-write --allow-run main.ts", |
|
|
"start": "deno --allow-read --allow-net --allow-env --allow-write --allow-run main.ts", |
|
|
"watch": "deno --watch --allow-read --allow-net --allow-env --allow-write --allow-run main.ts" |
|
|
|
|
|
|
|
|
"watch": "deno --watch --allow-read --allow-net --allow-env --allow-write --allow-run main.ts", |
|
|
"install": "deno install --entrypoint deps.ts" |
|
|
"install": "deno install --entrypoint deps.ts" |
|
|
}, |
|
|
}, |
|
|
"fmt": { |
|
|
"fmt": { |
|
|