info-display/deno.jsonc

11 lines
176 B
Text
Raw Permalink Normal View History

2023-05-25 22:59:22 +02:00
{
2023-05-26 14:04:46 +02:00
"imports": {
"/": "./",
"./": "./",
"std/": "https://deno.land/std@0.189.0/",
"lib/": "./lib/"
},
2023-05-25 22:59:22 +02:00
"tasks": {
"dev": "deno run --watch main.ts"
}
2023-05-26 14:04:46 +02:00
}