schizofour-coulombot/deno.json

9 lines
259 B
JSON
Raw Permalink Normal View History

2024-01-22 23:49:50 +00:00
{
"imports": {
"grammy": "https://deno.land/x/grammy@v1.20.3/mod.ts",
"grammy_conversations": "https://deno.land/x/grammy_conversations@v1.2.0/mod.ts"
},
"tasks": {
"dev": "deno run --watch --allow-net --allow-read --allow-env main.ts"
}
}