summaryrefslogtreecommitdiff
path: root/deno.json
blob: 9cb4dc6a03609a65e1493b76510764123ff79871 (plain)
1
2
3
4
5
6
7
8
9
10
{
	"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]/"
	}
}