info-display/deno.jsonc
2023-05-26 14:04:46 +02:00

11 lines
No EOL
176 B
Text

{
"imports": {
"/": "./",
"./": "./",
"std/": "https://deno.land/std@0.189.0/",
"lib/": "./lib/"
},
"tasks": {
"dev": "deno run --watch main.ts"
}
}