-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
178 lines (178 loc) · 6.1 KB
/
package.json
File metadata and controls
178 lines (178 loc) · 6.1 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"name": "@halospv3/hce.shared-config",
"version": "0.0.1-DUMMY",
"description": "Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.",
"keywords": [
"halo",
"halo-ce",
"semantic-release",
"semantic-release-config",
"commitlint",
"commitlint-config"
],
"type": "module",
"homepage": "https://github.com/halospv3/hce.shared#readme",
"bugs": "https://github.com/halospv3/hce.shared/issues",
"license": "MIT",
"author": "Noah Sherwin",
"files": [
"!.github/",
"!.husky/",
"!.vscode/",
"!_tsout/",
"!tests/",
"CHANGELOG.md",
"dotnet/*.md",
"dotnet/*.props",
"dotnet/*.ps1",
"dotnet/*.targets",
"dotnet/*.yml",
"dotnet/.github/**/*",
"mjs/**/*",
"src/**/*",
"tsconfig*.json"
],
"main": "./mjs/index.mjs",
"infra": "polyrepo",
"repository": {
"type": "git",
"url": "git+https://github.com/HaloSPV3/HCE.Shared.git"
},
"scripts": {
"build": "packemon build --addExports --addFiles --declaration --loadConfigs",
"build:clean": "npm run clean-build",
"check": "npm run type && npm run test && npm run lint",
"clean": "packemon clean",
"clean-build": "npm run clean && npm run build",
"coverage": "npm run test -- --experimental-test-coverage",
"lint": "eslint --cache --fix .",
"lint:check": "eslint --cache .",
"eslint-inspector": "eslint --inspect-config",
"prepack": "packemon pack --addExports --addFiles --declaration --loadConfigs",
"pack": "echo 'You should use `npm pack`' && exit 1",
"postinstall": "patch-package && husky",
"presemantic-release": "npm pack",
"semantic-release": "semantic-release",
"pretest": "npm run build && npm run test:cacheSampleProjects",
"test": "tsx --test --experimental-test-coverage --enable-source-maps --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=lcov.txt --test-reporter=junit --test-reporter-destination=junit.xml",
"test:cacheSampleProjects": "echo \"START: Cache Sample Projects\" && tsx ./tests/dotnet/MSBuildProject.projects.ts && echo \"DONE: Cache Sample Projects\"",
"test:watch": "npm run test -- --watch",
"type": "tsc --build",
"validate": "packemon validate",
"watch": "packemon watch --loadConfigs"
},
"dependencies": {
"@commitlint/cli": "^20.4.2",
"@commitlint/config-conventional": "^20.4.2",
"@dotenvx/dotenvx": "^1.47.6",
"@eslint/js": "^9.39.3",
"@eslint/json": "^1.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.6",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.0",
"@stylistic/eslint-plugin": "^5.9.0",
"@types/node": "~24.11.0",
"arktype": "^2.1.20",
"chardet": "^2.1.0",
"conventional-changelog-conventionalcommits": "^9.2.0",
"debug": "^4.4.1",
"error.iserror": "^1.0.2",
"es-main": "^1.3.0",
"globals": "^17.4.0",
"husky": "^9.1.7",
"patch-package": "^8.0.1",
"sanitize-filename": "^1.6.3",
"semantic-release": "^25.0.0",
"semantic-release-export-data": "^1.1.0",
"ts-essentials": "^10.1.1",
"typescript-eslint": "^8.56.1"
},
"peerDependencies": {
"@bintoss/semantic-release-npm-multiple": "^3.0.0 || >= 3.0.0",
"@commitlint/types": "^20.0.0 || >= 20.0.0",
"@semantic-release/gitlab": "^13.0.0 || >= 13.0.0",
"@tsconfig/node24": "^24.0.3",
"eslint": "^9.39.2",
"typescript": "^5.0.0 || >=5.0.0"
},
"peerDependenciesMeta": {
"@bintoss/semantic-release-npm-multiple": {
"optional": true
},
"@semantic-release/gitlab": {
"optional": true
}
},
"devDependencies": {
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@bintoss/semantic-release-npm-multiple": "^3.17.1",
"@commitlint/types": "^20.0.0",
"@eslint/config-inspector": "^1.4.2",
"@eslint/markdown": "^7.5.1",
"@sebbo2002/semantic-release-jsr": "^3.2.0",
"@semantic-release/gitlab": "^13.3.2",
"@tsconfig/node24": "^24.0.3",
"@types/debug": "^4.1.12",
"@types/tmp": "^0.2.6",
"conventional-changelog-preset-loader": "^5.0.0",
"eslint": "^9.39.3",
"eslint-plugin-jsdoc": "^62.7.1",
"eslint-plugin-unicorn": "^63.0.0",
"packemon": "^4.1.2",
"tmp": "^0.2.3",
"tslib": "^2.8.1",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"//engines.node": "See file://./.nvmrc, https://github.com/nvm-sh/nvm#nvmrc. Supporting the lowest version possible is a PITA. Just support LTS. ",
"engines": {
"node": ">=24.10.0",
"npm": ">=11.7.0"
},
"engineStrict": true,
"exports": {
".": {
"types": "./mjs/index.d.ts",
"import": "./mjs/index.mjs"
},
"./package.json": "./package.json",
"./*": {
"types": "./mjs/*.d.ts",
"import": "./mjs/*.mjs"
},
"./*.d": {
"types": "./src/*.d.ts",
"import": "./mjs/*.mjs"
},
"./utils/reflection/*.d": {
"types": "./src/utils/reflection/*.d.ts",
"import": "./mjs/*.mjs"
},
"./utils/*.d": {
"types": "./src/utils/*.d.ts",
"import": "./mjs/*.mjs"
},
"./semantic_release__*": {
"types": "./src/semantic_release__*.d.ts"
}
},
"types": "./mjs/index.d.ts",
"packemon": {
"platform": "node",
"inputs": {
"CaseInsensitiveMap": "src/CaseInsensitiveMap.ts",
"commitlintConfig": "src/commitlintConfig.ts",
"eslintConfig": "src/eslintConfig.ts",
"index": "src/index.ts",
"semanticReleaseConfig": "src/semanticReleaseConfig.ts",
"semanticReleaseConfigDotnet": "src/semanticReleaseConfigDotnet.ts",
"setupGitPluginSpec": "src/setupGitPluginSpec.ts"
}
},
"packageManager": "npm@11.11.0+sha512.f36811c4aae1fde639527368ae44c571d050006a608d67a191f195a801a52637a312d259186254aa3a3799b05335b7390539cf28656d18f0591a1125ba35f973"
}