-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsr.jsonc
More file actions
70 lines (70 loc) · 1.24 KB
/
Copy pathjsr.jsonc
File metadata and controls
70 lines (70 loc) · 1.24 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"$schema": "https://raw.githubusercontent.com/denoland/deno/main/cli/schemas/config-file.v1.json",
"name": "@hugoalh/blake",
"version": "0.2.2",
"license": "MIT",
"exports": {
".": "./mod.ts",
"./2b": "./2b.ts",
"./2s": "./2s.ts"
},
"imports": {
},
"lock": false,
"minimumDependencyAge": {
"age": "P7D",
"exclude": [
"jsr:@hugoalh/*",
"npm:@hugoalh/*"
]
},
"publish": {
"exclude": [
"**/*_bench.js",
"**/*_bench.jsx",
"**/*_bench.ts",
"**/*_bench.tsx",
"**/*_test.js",
"**/*_test.jsx",
"**/*_test.ts",
"**/*_test.tsx",
"**/*.bench.js",
"**/*.bench.jsx",
"**/*.bench.ts",
"**/*.bench.tsx",
"**/*.test.js",
"**/*.test.jsx",
"**/*.test.ts",
"**/*.test.tsx",
"**/bench.js",
"**/bench.jsx",
"**/bench.ts",
"**/bench.tsx",
"**/test.js",
"**/test.jsx",
"**/test.ts",
"**/test.tsx",
"_bench/**",
"_test/**",
".astro/**",
".forgejo/**",
".git/**",
".github/**",
".vscode/**",
"coverage/**",
"dist/**",
".*.build.ts",
".*.lint.ts",
".codeql.yml",
".gitattributes",
".gitignore",
".markdownlint.yml",
".yamllint.yml",
"CITATION.cff",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"deno.jsonc",
"SECURITY.md"
]
}
}