summaryrefslogtreecommitdiff
path: root/deno.json
blob: 15c49a6f6efd3cf8ee188010cfa0b060f8364905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
	}
}