forked from xditya/ChannelActionsBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimport_map.json
17 lines (17 loc) · 838 Bytes
/
import_map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"imports": {
"dotenv": "https://deno.land/std@0.154.0/dotenv/mod.ts",
"envalid": "https://deno.land/x/envalid@0.1.2/mod.ts",
"server": "https://deno.land/std@0.154.0/http/server.ts",
"grammy/": "https://deno.land/x/grammy@v1.14.1/",
"mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts",
"autoQuote": "https://deno.land/x/grammy_autoquote@v1.1.2/mod.ts",
"hydrate": "https://deno.land/x/grammy_hydrate@v1.3.1/mod.ts",
"conversations": "https://deno.land/x/grammy_conversations@v1.1.1/mod.ts",
"i18n": "https://deno.land/x/grammy_i18n@v1.0.1/mod.ts",
"mongo_sessions": "https://deno.land/x/grammy_storages@v2.1.0/mongodb/src/mod.ts",
"language": "https://deno.land/x/language@v0.1.0/mod.ts",
"grammy_runner": "https://deno.land/x/grammy_runner@v1.0.4/mod.ts",
"$env": "./env.ts"
}
}