blob: 6130f5fd978a97c5ee5c048d80d073b3d6b104c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"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]",
"cssnano": "npm:[email protected]"
},
"compilerOptions": {
"types": ["lume/types.ts"]
},
"fmt": {
"useTabs": true
}
}
|