-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeno.json
More file actions
39 lines (39 loc) · 1.79 KB
/
deno.json
File metadata and controls
39 lines (39 loc) · 1.79 KB
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
37
38
39
{
"name": "@cloudydeno/bitesized",
"version": "1.0.9",
"license": "MIT",
"exports": {
"./crypto/curve25519": "./crypto/curve25519.ts",
"./crypto/rsa-import": "./crypto/rsa-import.ts",
"./formatting/filesize": "./formatting/filesize.ts",
"./formatting/ini": "./formatting/ini.ts",
"./integrations/api-client": "./integrations/api-client.ts",
"./integrations/firebase-hosting-deploy": "./integrations/firebase-hosting-deploy.ts",
"./integrations/github-app": "./integrations/github-app.ts",
"./integrations/google-cloud-auth": "./integrations/google-cloud-auth.ts",
"./integrations/google-metadata-service": "./integrations/google-metadata-service.ts",
"./integrations/google-service-account": "./integrations/google-service-account.ts",
"./integrations/shorten-url": "./integrations/shorten-url.ts",
"./kv/oidc-issuer": "./kv/oidc-issuer.ts",
"./logic/async-cache": "./logic/async-cache.ts",
"./logic/combine-iterators": "./logic/combine-iterators.ts",
"./logic/factory-map": "./logic/factory-map.ts",
"./logic/fixed-interval": "./logic/fixed-interval.ts",
"./logic/set-util": "./logic/set-util.ts",
"./streams/transform-text": "./streams/transform-text.ts",
"./system/cli": "./system/cli.ts",
"./system/shutdown": "./system/shutdown.ts",
"./system/sub-process": "./system/sub-process.ts",
"./system/terminal-input": "./system/terminal-input.ts",
"./tools/gha": "./tools/gha.ts",
"./tools/update-jsr": "./tools/update-jsr.ts"
},
"imports": {
"@cloudydeno/opentelemetry": "jsr:@cloudydeno/opentelemetry@^0.11",
"@std/assert": "jsr:@std/assert@^1",
"@std/encoding": "jsr:@std/encoding@^1",
"@std/path": "jsr:@std/path@^1",
"@std/yaml": "jsr:@std/yaml@^1",
"@zaubrik/djwt": "jsr:@zaubrik/djwt@^3"
}
}