2023-09-03 19:06:20 +00:00
|
|
|
{
|
|
|
|
"tasks": {
|
2023-09-05 18:26:15 +00:00
|
|
|
"start": "deno run --unstable --allow-env --allow-read --allow-write --allow-net main.ts"
|
2023-09-04 16:55:48 +00:00
|
|
|
},
|
2023-09-26 10:43:36 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
"jsx": "react"
|
|
|
|
},
|
2023-09-04 16:55:48 +00:00
|
|
|
"fmt": {
|
|
|
|
"lineWidth": 100
|
2023-09-24 13:08:35 +00:00
|
|
|
},
|
|
|
|
"imports": {
|
2023-09-26 10:43:36 +00:00
|
|
|
"std/dotenv/": "https://deno.land/std@0.201.0/dotenv/",
|
|
|
|
"std/log/": "https://deno.land/std@0.201.0/log/",
|
|
|
|
"std/async/": "https://deno.land/std@0.201.0/async/",
|
|
|
|
"std/fmt/": "https://deno.land/std@0.202.0/fmt/",
|
|
|
|
"std/collections/": "https://deno.land/std@0.202.0/collections/",
|
|
|
|
"std/encoding/": "https://deno.land/std@0.202.0/encoding/",
|
|
|
|
"std/http/": "https://deno.land/std@0.202.0/http/",
|
2023-09-24 13:08:35 +00:00
|
|
|
"async": "https://deno.land/x/async@v2.0.2/mod.ts",
|
|
|
|
"ulid": "https://deno.land/x/ulid@v0.3.0/mod.ts",
|
|
|
|
"indexed_kv": "https://deno.land/x/indexed_kv@v0.4.0/mod.ts",
|
|
|
|
"kvmq": "https://deno.land/x/kvmq@v0.2.0/mod.ts",
|
|
|
|
"kvfs": "https://deno.land/x/kvfs@v0.1.0/mod.ts",
|
2023-09-26 10:43:36 +00:00
|
|
|
"swc": "https://deno.land/x/swc@0.2.1/mod.ts",
|
2023-09-24 13:08:35 +00:00
|
|
|
"grammy": "https://lib.deno.dev/x/grammy@1/mod.ts",
|
|
|
|
"grammy_types": "https://lib.deno.dev/x/grammy_types@3/mod.ts",
|
|
|
|
"grammy_autoquote": "https://lib.deno.dev/x/grammy_autoquote@1/mod.ts",
|
|
|
|
"grammy_parse_mode": "https://lib.deno.dev/x/grammy_parse_mode@1/mod.ts",
|
|
|
|
"grammy_stateless_question": "https://lib.deno.dev/x/grammy_stateless_question_alpha@3/mod.ts",
|
|
|
|
"grammy_files": "https://lib.deno.dev/x/grammy_files@1/mod.ts",
|
|
|
|
"file_type": "https://esm.sh/file-type@18.5.0",
|
|
|
|
"png_chunks_extract": "https://esm.sh/png-chunks-extract@1.0.0",
|
|
|
|
"png_chunk_text": "https://esm.sh/png-chunk-text@1.0.0",
|
2023-09-26 10:43:36 +00:00
|
|
|
"openapi_fetch": "https://esm.sh/openapi-fetch@0.7.6",
|
|
|
|
"@trpc/server": "https://esm.sh/@trpc/server@10.38.4",
|
|
|
|
"@trpc/server/": "https://esm.sh/@trpc/server@10.38.4/"
|
2023-09-03 19:06:20 +00:00
|
|
|
}
|
|
|
|
}
|