14 lines
616 B
JSON
14 lines
616 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"]
|
|
},
|
|
"importMap": "import_map.json",
|
|
"tasks": {
|
|
"test": "deno test -A --unstable",
|
|
"watch": "deno run -A build.ts",
|
|
"server": "deno run -A --unstable --watch server/server.ts",
|
|
"plugs": "deno run -A --unstable plugos/bin/plugos-bundle.ts --dist plugs/dist --exclude=https://esm.sh/handlebars,https://deno.land/std@0.158.0/encoding/yaml.ts plugs/*/*.plug.yaml",
|
|
"compile": "deno compile --output silverbullet --importmap import_map.json -A --unstable server/server.ts"
|
|
}
|
|
}
|
|
|