-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdeno.json
More file actions
30 lines (25 loc) · 778 Bytes
/
deno.json
File metadata and controls
30 lines (25 loc) · 778 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
28
29
30
{
"name": "@oh/utils",
"version": "0.0.0",
"exports": "./index.ts",
"imports": {
"@std/path": "jsr:@std/path@1.0.6",
"@std/fs": "jsr:@std/fs@1.0.4",
"@std/yaml": "jsr:@std/yaml@1.0.5",
"@std/encoding": "jsr:@std/encoding@1.0.5",
"@std/streams": "jsr:@std/streams@1.0.10",
"@std/ulid": "jsr:@std/ulid@1",
"@s3": "jsr:@sugar/minio-js-with-startpath@8.0.13",
"@oh/yaml": "jsr:@oh/yaml@1.1.0",
"@da/bcrypt": "jsr:@da/bcrypt@1.0.1",
"@zip-js": "jsr:@zip-js/zip-js@2.7.53",
"@random-seed": "npm:random-seed@0.3.0",
"dayjs": "npm:dayjs@1.11.13",
"@deno/kv-utils": "jsr:@deno/kv-utils@0.1.3",
"cborx": "npm:cbor-x@1.6.0"
},
"tasks": {
"test:watch": "deno test --watch=./src"
},
"nodeModulesDir": "auto"
}