forked from pinks/eris
1
0
Fork 0
eris/deno.jsonc

9 lines
152 B
Plaintext

{
"tasks": {
"start": "deno run --unstable --allow-env --allow-read --allow-write --allow-net main.ts"
},
"fmt": {
"lineWidth": 100
}
}