forked from catppuccin/userstyles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
24 lines (24 loc) 路 984 Bytes
/
Copy pathdeno.json
File metadata and controls
24 lines (24 loc) 路 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"imports": {
"@/": "./scripts/",
"std/": "https://deno.land/std@0.206.0/",
"catppuccin-repo/": "https://raw.githubusercontent.com/catppuccin/catppuccin/7c731582d0df386727304360972b4a993120e33d/",
"@actions/core": "npm:@actions/core@1.10.1",
"@octokit/rest": "npm:@octokit/rest@20.0.2",
"ajv": "npm:ajv@8.12.0",
"type-fest/": "https://esm.sh/v135/type-fest@4.8.1/",
"handlebars": "npm:handlebars@4.7.8",
"less": "npm:less@4.2.0",
"usercss-meta": "npm:usercss-meta@0.12.0"
},
"tasks": {
"ci:generate": "deno run -A ./scripts/generate/main.ts",
"ci:generate-import": "deno run -A ./scripts/import-styles/main.ts",
"ci:sync-maintainers": "deno run -A ./scripts/sync-maintainers/main.ts",
"lint": "deno run -A ./scripts/lint/main.ts",
"lint:fix": "deno task lint --fix",
"update-types": "deno run -A ./scripts/update-types.ts",
"format": "deno run -A npm:prettier@3.2.4 --write ."
},
"nodeModulesDir": true
}