-
Notifications
You must be signed in to change notification settings - Fork 1
/
deno.jsonc
27 lines (27 loc) · 965 Bytes
/
deno.jsonc
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
{
"imports": {
"std/fs": "https://deno.land/[email protected]/fs/mod.ts",
"std/path": "https://deno.land/[email protected]/path/mod.ts",
"dir": "https://deno.land/x/[email protected]/mod.ts",
"cliffy": "https://deno.land/x/[email protected]/mod.ts",
"zod": "https://deno.land/x/[email protected]/mod.ts",
"rambda": "https://mckgnjtrq3abdh6fhic5ddwopjdoxtpu2vvkyphhzwui4egizoma.arweave.net/YJRmpnGGwBGfxToF0Y7OekbrzfTVaqw8582ojhDIy5g/mod.ts",
"memoizy": "https://deno.land/x/[email protected]/mod.ts",
"logger": "https://deno.land/x/[email protected]/logger.ts",
"version": "./version.ts",
"commands/config": "./src/commands/config/mod.ts",
"models/repository": "./src/models/repository/mod.ts",
"models/git": "./src/models/git/mod.ts",
"models/config": "./src/models/config/mod.ts",
"lib": "./src/lib/mod.ts"
},
"lint": {
"files": {
"exclude": ["dist"]
}
},
"fmt": {
"singleQuote": true,
"exclude": ["dist"]
}
}