11 lines
No EOL
176 B
Text
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"
|
|
}
|
|
} |