-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
27 lines (27 loc) · 829 Bytes
/
deno.json
File metadata and controls
27 lines (27 loc) · 829 Bytes
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
{
"name": "@cloudydeno/doci",
"version": "0.4.0",
"imports": {
"@cloudydeno/bitesized": "jsr:@cloudydeno/bitesized@^1.0.4",
"@cloudydeno/docker-registry-client": "jsr:@cloudydeno/docker-registry-client@^0.7",
"@cloudydeno/oci-toolkit": "jsr:@cloudydeno/oci-toolkit@^0.4",
"@cloudydeno/stream-observables": "jsr:@cloudydeno/stream-observables@^1.5",
"@deno/graph": "jsr:@deno/graph@^0.105",
"@std/assert": "jsr:@std/assert@^1",
"@std/io": "jsr:@std/io@^0.225",
"@std/path": "jsr:@std/path@^1",
"@std/streams": "jsr:@std/streams@^1",
"@std/tar": "jsr:@std/tar@^0.1",
"@std/yaml": "jsr:@std/yaml@^1",
"komando": "npm:komando@^1"
},
"exports": {
".": "./doci/actions.ts",
"./cli": "./doci/cli.ts"
},
"exclude": [
".github",
"*.yaml",
"registry"
]
}