summaryrefslogtreecommitdiff
path: root/deno.json
diff options
context:
space:
mode:
Diffstat (limited to 'deno.json')
-rw-r--r--deno.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/deno.json b/deno.json
new file mode 100644
index 0000000..47f48f9
--- /dev/null
+++ b/deno.json
@@ -0,0 +1,17 @@
+{
+ "tasks": {
+ "lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
+ "build": "deno task lume",
+ "serve": "deno task lume -s"
+ },
+ "imports": {
+ "lume/": "https://deno.land/x/[email protected]/",
+ "catppuccin": "npm:@catppuccin/[email protected]"
+ },
+ "compilerOptions": {
+ "types": ["lume/types.ts"]
+ },
+ "fmt": {
+ "useTabs": true
+ }
+}