Files
feeddeck/supabase/functions/import_map.json
Rico Berger 4198a5bac6 [core] Replace Deprecated serve Function (#104)
The used `serve` function from the `std/server` module is deprecated and
must be replaced with `Deno.serve`. This was done within this commit.
2023-12-17 12:37:00 +01:00

16 lines
746 B
JSON

{
"imports": {
"std/assert": "https://deno.land/std@0.208.0/assert/mod.ts",
"std/testing/mock": "https://deno.land/std@0.208.0/testing/mock.ts",
"std/hex": "https://deno.land/std@0.208.0/encoding/hex.ts",
"std/crypto": "https://deno.land/std@0.208.0/crypto/mod.ts",
"@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.39.0",
"rss": "https://deno.land/x/rss@1.0.0/mod.ts",
"rss/types": "https://deno.land/x/rss@1.0.0/src/types/mod.ts",
"cheerio": "https://esm.sh/cheerio@1.0.0-rc.12",
"lodash": "https://raw.githubusercontent.com/lodash/lodash/4.17.21-es/lodash.js",
"redis": "https://deno.land/x/redis@v0.32.0/mod.ts",
"stripe": "https://esm.sh/stripe@14.8.0?target=deno&no-check"
}
}