forked from catppuccin/userstyles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.json
23 lines (23 loc) · 926 Bytes
/
deno.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"imports": {
"@/": "./scripts/",
"std/": "https://deno.land/std@0.206.0/",
"catppuccin-repo/": "https://raw.githubusercontent.com/catppuccin/catppuccin/53a82ac64d5d750d8979bb58d69fc1e2bbfa4559/",
"@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"
},
"nodeModulesDir": true
}