-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsr.json
More file actions
32 lines (32 loc) · 935 Bytes
/
jsr.json
File metadata and controls
32 lines (32 loc) · 935 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
{
"name": "@halospv3/hce-shared",
"version": "0.0.1-DUMMY",
"exports": {
".": "./src/index.ts",
"./commitlintConfig": "./src/commitlintConfig.ts",
"./eslintConfig": "./src/eslintConfig.ts",
"./insertPlugins": "./src/insertPlugins.ts",
"./semanticReleaseConfig": "./src/semanticReleaseConfig.ts",
"./semanticReleaseConfigDotnet": "./src/semanticReleaseConfigDotnet.ts",
"./setupGitPluginSpec": "./src/setupGitPluginSpec.ts",
"./dotnet": "./src/dotnet.ts",
"./utils/env": "./src/utils/env.ts",
"./utils/execAsync": "./src/utils/execAsync.ts",
"./utils/miscTypes": "./src/utils/miscTypes.ts",
"./utils/reflection": "./src/utils/reflection.ts"
},
"publish": {
"include": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"dotnet/*",
"src/**/*",
"tsconfig.base.json"
],
"exclude": [
"dotnet/.github",
"dotnet/samples"
]
}
}