mirror of
https://github.com/catppuccin/catppuccin
synced 2024-11-10 06:04:21 +00:00
12 lines
503 B
JSON
12 lines
503 B
JSON
{
|
|
"imports": {
|
|
"@/": "./",
|
|
"std/": "https://deno.land/std@0.207.0/",
|
|
"catppuccin-deno-lib": "https://deno.land/x/catppuccin_toolbox@deno-lib-v1.0.0/deno-lib/mod.ts",
|
|
"catppuccin-userstyles/": "https://raw.githubusercontent.com/catppuccin/userstyles/6ca6c437362af2b221c1af30e3c88119020a8ac3/",
|
|
"type-fest": "https://esm.sh/v135/type-fest@4.8.3"
|
|
},
|
|
"tasks": {
|
|
"update-types": "deno run --no-lock -A npm:json-schema-to-typescript ./ports.schema.json ./types/ports.d.ts"
|
|
}
|
|
}
|