-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathjsr.json
More file actions
35 lines (35 loc) · 835 Bytes
/
Copy pathjsr.json
File metadata and controls
35 lines (35 loc) · 835 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": "@ismail-elkorchi/dir-archiver",
"version": "3.0.2",
"license": "MIT",
"exports": {
".": "./src/index.ts"
},
"imports": {
"@ismail-elkorchi/bytefold": "jsr:@ismail-elkorchi/bytefold@^0.8.1",
"@ismail-elkorchi/bytefold/node": "jsr:@ismail-elkorchi/bytefold/node@^0.8.1",
"@ismail-elkorchi/bytefold/deno": "jsr:@ismail-elkorchi/bytefold/deno@^0.8.1",
"@ismail-elkorchi/bytefold/bun": "jsr:@ismail-elkorchi/bytefold/bun@^0.8.1"
},
"publish": {
"include": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"CONTRACT.md",
"SECURITY.md",
"CONTRIBUTING.md",
"SUPPORT.md",
"docs/**",
"src/**",
"jsr.json",
"package.json"
],
"exclude": [
"dist/**",
"test/**",
"node_modules/**",
".github/**"
]
}
}