2023-09-03 19:06:20 +00:00
|
|
|
{
|
|
|
|
"tasks": {
|
2023-09-05 18:26:15 +00:00
|
|
|
"dev": "deno run --watch --unstable --allow-env --allow-read --allow-write --allow-net main.ts",
|
|
|
|
"start": "deno run --unstable --allow-env --allow-read --allow-write --allow-net main.ts"
|
2023-09-04 16:55:48 +00:00
|
|
|
},
|
|
|
|
"fmt": {
|
|
|
|
"lineWidth": 100
|
2023-09-03 19:06:20 +00:00
|
|
|
}
|
|
|
|
}
|