forked from kidonng/cherry
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.json
36 lines (36 loc) · 1.71 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"tasks": {
"bookmarklet": "deno run -A scripts/config/bookmarklet.ts",
"check": "sh -c 'deno check scripts/*.{js,ts,tsx}'",
"script": "deno task check && deno run -A scripts/config/script.ts",
"watch": "deno run -A scripts/config/watch.ts"
},
"lint": {
"files": {
"include": ["scripts/config"],
"exclude": ["scripts/generated", "scripts/vendor", "node_modules"]
}
},
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "Deno.ns"]
},
"importMap": "deno.json",
"imports": {
"@github/catalyst": "https://esm.sh/@github/[email protected]?target=es2021",
"@github/hotkey": "https://esm.sh/@github/[email protected]?target=es2021",
"@kidonng/typed-json": "https://esm.sh/@kidonng/[email protected]",
"@primer/octicons-react": "https://esm.sh/@primer/[email protected]?target=es2021&alias=react:dom-chef&external=dom-chef&pin=v87",
"animation-observer": "https://esm.sh/[email protected]?target=es2021&pin=v90",
"code-tag": "https://esm.sh/[email protected]?target=es2021",
"dom-chef": "https://esm.sh/[email protected]?target=es2021",
"element-ready": "https://esm.sh/[email protected]?target=es2021",
"esbuild_deno_loader": "https://deno.land/x/[email protected]/mod.ts?external=esbuild",
"esbuild": "https://deno.land/x/[email protected]/mod.js",
"fzf": "https://esm.sh/[email protected]?target=es2021",
"github-url-detection": "https://esm.sh/[email protected]?target=es2021",
"https://esm.sh/v90/[email protected]/parser.js/shim.d.ts": "https://esm.sh/v90/[email protected]/parser.d.ts",
"medium-zoom": "https://esm.sh/[email protected]?target=es2021",
"std/": "https://deno.land/[email protected]/",
"typed-query-selector": "https://esm.sh/[email protected]"
}
}