diff options
author | wlodekm <[email protected]> | 2024-11-09 12:38:31 +0200 |
---|---|---|
committer | wlodekm <[email protected]> | 2024-11-09 12:38:31 +0200 |
commit | 9d64e0510ce33a80c3c74e2dbbb3d9a69364e247 (patch) | |
tree | ee785581b0220a848a8d9ea1512472e16d208a15 /deno.lock |
initial
Diffstat (limited to 'deno.lock')
-rw-r--r-- | deno.lock | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/deno.lock b/deno.lock new file mode 100644 index 0000000..58cf564 --- /dev/null +++ b/deno.lock @@ -0,0 +1,19 @@ +{ + "version": "4", + "remote": { + "https://deno.land/x/[email protected]/mod.ts": "82ad225583a483c4837577971629cddaa22614093af8353da6426b9366de9780", + "https://deno.land/x/[email protected]/src/conversions.ts": "9bfd3b1fbe412bcba092890ac558b6beaad4c3aa399cd99d45fadb324d28afd6", + "https://deno.land/x/[email protected]/src/crayon.ts": "6b237baa08a31c903436e040afd2228a7fffaa5d11dddc58e3c402f79b3c1d04", + "https://deno.land/x/[email protected]/src/styles.ts": "aa588b57b2c0482dc5c6f53109b4287831a9827c0aeef9a88129beae1172c1ee", + "https://deno.land/x/[email protected]/src/util.ts": "af8884a917488de76ac0c2b92482093ade74514ece77a4c64e5eb5b0f6ed68e6" + }, + "workspace": { + "packageJson": { + "dependencies": [ + "npm:@types/node@^22.9.0", + "npm:chalk@^5.3.0", + "npm:express@^4.21.1" + ] + } + } +} |