mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-04-28 09:57:47 -05:00
The used `serve` function from the `std/server` module is deprecated and must be replaced with `Deno.serve`. This was done within this commit.
16 lines
746 B
JSON
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"
|
|
}
|
|
}
|