auth-yes/deps.ts

13 lines
408 B
TypeScript

// Pre-cached dependencies for Auth-Yes Docker build caching
import "jsr:@hono/hono@4";
import "jsr:@hono/hono@4/deno";
import "jsr:@hono/hono@4/cookie";
import "jsr:@simplewebauthn/server@13";
import "jsr:@std/encoding@1/base64url";
import "npm:ioredis@6";
import "npm:postgres@3";
import "npm:@peculiar/x509@1";
import "@bufbuild/protobuf";
import "@connectrpc/connect";
import "@connectrpc/connect-node";