-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeno.json
32 lines (30 loc) · 857 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
24
25
26
27
28
29
30
31
32
{
"name": "@fakoua/denoman",
"version": "1.3.4",
"exports": "./mod.ts",
"tasks": {
"start": "deno run -A --unstable-cron mod.ts",
"build": "deno fmt && deno lint && deno run -A prepare-spa.ts"
},
"lint": {
"exclude": ["q-manui/", "Gruntfile.js"]
},
"fmt": {
"exclude": ["q-manui/", "Gruntfile.js"]
},
"test": {
"exclude": ["q-manui/", "Gruntfile.js"]
},
"imports": {
"@fakoua/winrm": "jsr:@fakoua/winrm@^0.6.4",
"@fakoua/zip-ts": "jsr:@fakoua/zip-ts@^1.3.1",
"@oak/oak": "jsr:@oak/oak@^14.2.0",
"@std/assert": "jsr:@std/assert@^0.218.2",
"@std/async": "jsr:@std/async@^0.218.2",
"@std/cli": "jsr:@std/cli@^0.218.2",
"@std/fs": "jsr:@std/fs@^0.218.2",
"@std/log": "jsr:@std/log@^0.218.2",
"@std/path": "jsr:@std/path@^0.218.2"
},
"importMap": "./vendor/import_map.json"
}