ditto/src/deps.ts
2023-04-27 21:10:51 -05:00

6 lines
458 B
TypeScript

export { type Context, Hono, validator } from 'https://deno.land/x/hono@v3.0.2/mod.ts';
export { cors } from 'https://deno.land/x/hono@v3.0.2/middleware.ts';
export { z } from 'https://deno.land/x/zod@v3.20.5/mod.ts';
export { Author, RelayPool } from 'https://dev.jspm.io/nostr-relaypool@0.5.3';
export { type Filter, getEventHash, getPublicKey, nip19, signEvent as getSignature } from 'npm:nostr-tools@^1.10.1';
export { default as lmdb } from 'npm:lmdb';