-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsr.jsonc
39 lines (39 loc) · 794 Bytes
/
jsr.jsonc
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
{
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"name": "@hugoalh/github-sodium",
"version": "5.1.0",
"exports": {
".": "./mod.ts"
},
"imports": {
"https://esm.sh/libsodium-wrappers@^0.7.15": "npm:libsodium-wrappers@^0.7.15",
"https://raw.githubusercontent.com/hugoalh/is-json-es/v1.0.4/mod.ts": "jsr:@hugoalh/is-json@^1.0.4"
},
"publish": {
"exclude": [
"**/*_bench.ts",
"**/*_bench.tsx",
"**/*_test.ts",
"**/*_test.tsx",
"**/*.bench.ts",
"**/*.bench.tsx",
"**/*.test.ts",
"**/*.test.tsx",
"**/bench.ts",
"**/bench.tsx",
"**/test.ts",
"**/test.tsx",
"npm/**",
".dnt.ts"
],
"include": [
"**/*.json",
"**/*.ts",
"**/*.tsx",
"**/*.wasm",
"jsr.jsonc",
"LICENSE*.md",
"README*.md"
]
}
}