eris/deno.jsonc

10 lines
203 B
Plaintext
Raw Normal View History

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