blob: 777fc007d8339d2ca552c03e9bc696df772ca135 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"imports": {
"lodash": "https://esm.sh/[email protected]",
"flags/": "https://deno.land/std/flags/",
"path/": "https://deno.land/std/path/",
"./": "./"
}
"tasks": {
"start": "deno run --allow-net --allow-read --allow-sys index.js"
"compile": "deno compile --allow-net --allow-read --allow-sys index.js -- --is_compiled_binary"
}
}
|