-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
20 lines (20 loc) · 731 Bytes
/
Copy pathdeno.json
File metadata and controls
20 lines (20 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"fmt": {
"indentWidth": 4,
"lineWidth": 100,
"singleQuote": true,
"useTabs": true
},
"imports": {
"cliffy/keypress": "https://deno.land/x/cliffy@v0.25.7/keypress/mod.ts",
"postgres/query": "https://deno.land/x/postgres@v0.17.0/query/query.ts",
"colors": "https://deno.land/x/console_colors@v0.0.2/mod.ts",
"luxon": "https://moment.github.io/luxon/es6/luxon.min.js",
"postgres": "https://deno.land/x/postgres@v0.17.0/mod.ts",
"spinners": "https://deno.land/x/spinners@v1.1.2/mod.ts",
"delay": "https://deno.land/std@0.202.0/async/delay.ts",
"qrcode": "https://deno.land/x/qrcode@v2.0.0/mod.ts",
"std": "https://deno.land/std@0.173.0/async/mod.ts",
"dax": "https://deno.land/x/dax@0.28.0/mod.ts"
}
}