ipme/deno.json

12 lines
191 B
JSON
Raw Normal View History

2023-11-13 15:34:50 -05:00
{
"tasks": {
2024-09-09 07:03:38 -04:00
"check": "deno fmt --check && deno lint && deno check .",
2023-11-13 15:34:50 -05:00
"dev": "deno run --allow-net --watch main.ts"
2024-09-09 07:03:38 -04:00
},
"fmt": {
"exclude": [
"LICENSE.md"
]
2023-11-13 15:34:50 -05:00
}
}