14 lines
482 B
JSON
14 lines
482 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch main.ts",
|
|
"serve": "deno run --allow-net --allow-read https://deno.land/std@0.200.0/http/file_server.ts .",
|
|
"bundle": "deno run --allow-read --allow-write=\"dist/\" --allow-net --allow-env build.ts"
|
|
},
|
|
"imports": {
|
|
"@deno/esbuild-plugin": "jsr:@deno/esbuild-plugin@^1.2.1",
|
|
"@std/assert": "jsr:@std/assert@1",
|
|
"esbuild": "npm:esbuild@^0.27.3",
|
|
"effect": "npm:effect@^3.19.19",
|
|
"lit": "npm:lit@^2.7.5"
|
|
}
|
|
} |