Files
Catppuccin-theme/deno.json
2026-01-22 03:47:48 +00:00

13 lines
329 B
JSON

{
"imports": {
"@catppuccin/palette": "npm:@catppuccin/palette@^1.7.1",
"@std/path": "jsr:@std/path@^1.0.8",
"sass": "npm:sass@1.97.3",
"@catppuccin/deno-lib": "https://deno.land/x/catppuccin_toolbox@deno-lib-v1.1.0/deno-lib/mod.ts"
},
"nodeModulesDir": "auto",
"tasks": {
"build": "./build.ts"
}
}