schizofour-coulombot/deno.json
2024-01-23 02:32:10 +01:00

9 lines
No EOL
259 B
JSON

{
"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"
}
}