-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
35 lines (35 loc) · 737 Bytes
/
Copy pathdeno.json
File metadata and controls
35 lines (35 loc) · 737 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
31
32
33
34
35
{
"name": "@claudiu-ceia/ts-duckling",
"version": "0.7.2",
"exports": {
".": "./mod.ts"
},
"publish": {
"exclude": [
".oxfmtrc.json",
".git",
".github/",
".gitignore",
".vscode/",
"AGENTS.md",
"bench/",
"bun.lock",
"coverage/",
"deno.lock",
"dist/",
"docs/",
"examples/",
"package.json",
"scripts/",
"tests/",
"tsconfig.build.json",
"tsconfig.json"
]
},
"imports": {
"@claudiu-ceia/combine": "jsr:@claudiu-ceia/combine@0.11.2",
"@noble/hashes/sha2.js": "npm:@noble/hashes@2.4.0/sha2.js",
"@noble/hashes/sha3.js": "npm:@noble/hashes@2.4.0/sha3.js",
"entities": "npm:entities@8.0.0"
}
}