name = "diplo project" load_env = false import_map = true [dependencies] natico = "https://deno.land/x/natico@3.0.1/mod.ts" discordeno = "https://deno.land/x/discordeno@12.0.1/mod.ts" fs = "https://deno.land/std@0.113.0/fs/mod.ts" ws = "https://deno.land/std@0.113.0/ws/mod.ts" kwik = { url = "https://deno.land/x/kwik@v1.0.0/mod.ts", exports = "* as kwik", locked = false, types = "https://denopkg.com/porsager/postgres@e2a8595d7aa8c3c838b83b9bca7b890c1707ad2c/types/index.d.ts" } aleph = "https://deno.land/x/aleph@v0.3.0-beta.19/mod.ts" [dnt] [watcher] [scripts] test = "ls -la" start = "deno run -A mod.ts"