131
131
"cz-gitmoji-adapter" : {
132
132
"scopes" : [
133
133
" .depcheckrc.json" ,
134
- " .eslintrc.json" ,
135
134
" .eslintignore" ,
135
+ " .eslintrc.json" ,
136
136
" .gitignore" ,
137
- " .prettierrc.json" ,
138
137
" .prettierignore" ,
138
+ " .prettierrc.json" ,
139
139
" license" ,
140
140
" readme.md" ,
141
141
" commitlint.config.ts" ,
142
- " default-template.hbs" ,
143
142
" commit-template.hbs" ,
143
+ " default-template.hbs" ,
144
144
" emojitypescommitmessages.txt" ,
145
145
" jest.config.json" ,
146
146
" package-lock.json" ,
147
147
" package.json" ,
148
148
" release.config.ts" ,
149
149
" renovate.json" ,
150
- " typedoc.json" ,
151
150
" tsconfig.json" ,
151
+ " typedoc.json" ,
152
152
" .vscode/settings.json" ,
153
153
" public/.gitkeep" ,
154
154
" repo_management_files/cz-emoji-type-extract.js" ,
155
+ " repo_management_files/cz-type-extract.js" ,
155
156
" repo_management_files/directorystructuredocument.md" ,
156
157
" repo_management_files/extractfilescopes.js" ,
157
- " repo_management_files/gitmojisemver-extract.js" ,
158
- " repo_management_files/issues.sh" ,
159
158
" repo_management_files/genericcommitmessages.md" ,
159
+ " repo_management_files/issues.sh" ,
160
160
" repo_management_files/labels.sh" ,
161
161
" repo_management_files/packagejsondocument.md" ,
162
- " repo_management_files/cz-type-extract.js" ,
163
- " .github/dependabot.yml" ,
164
- " .github/workflows/build.yml" ,
165
- " .github/workflows/lint.yml" ,
166
- " .github/workflows/docs.yml" ,
167
- " .github/workflows/pr.yml" ,
168
- " .github/workflows/release.yml" ,
169
- " .github/workflows/test.yml" ,
162
+ " repo_management_files/gitmojisemver-extract.js" ,
170
163
" .husky/commit-msg" ,
171
164
" .husky/prepare-commit-msg" ,
172
- " .husky/_/applypatch-msg" ,
173
165
" .husky/_/.gitignore" ,
166
+ " .husky/_/applypatch-msg" ,
167
+ " .husky/_/h" ,
174
168
" .husky/_/commit-msg" ,
175
- " .husky/_/post-applypatch" ,
176
169
" .husky/_/post-checkout" ,
170
+ " .husky/_/post-applypatch" ,
177
171
" .husky/_/post-commit" ,
178
- " .husky/_/post-rewrite" ,
179
- " .husky/_/pre-applypatch" ,
180
172
" .husky/_/post-merge" ,
173
+ " .husky/_/pre-applypatch" ,
181
174
" .husky/_/pre-auto-gc" ,
182
- " .husky/_/h" ,
183
175
" .husky/_/pre-commit" ,
184
176
" .husky/_/pre-push" ,
185
177
" .husky/_/pre-rebase" ,
178
+ " .husky/_/post-rewrite" ,
186
179
" .husky/_/prepare-commit-msg" ,
187
- " src/app.ts" ,
188
- " src/bin/.gitkeep" ,
189
- " src/controllers/.gitkeep" ,
190
- " src/plugins/.gitkeep" ,
191
- " src/configs/.gitkeep" ,
192
- " src/utils/.gitkeep" ,
193
- " src/models/.gitkeep" ,
194
- " src/routes/.gitkeep" ,
195
- " src/middleware/.gitkeep" ,
196
- " src/views/.gitkeep" ,
180
+ " .github/dependabot.yml" ,
181
+ " .github/workflows/build.yml" ,
182
+ " .github/workflows/docs.yml" ,
183
+ " .github/workflows/lint.yml" ,
184
+ " .github/workflows/pr.yml" ,
185
+ " .github/workflows/release.yml" ,
186
+ " .github/workflows/test.yml" ,
197
187
" test/.gitkeep" ,
198
188
" test/bin/.gitkeep" ,
199
189
" test/configs/.gitkeep" ,
200
190
" test/middleware/.gitkeep" ,
201
191
" test/controllers/.gitkeep" ,
202
192
" test/models/.gitkeep" ,
203
193
" test/plugins/.gitkeep" ,
204
- " test/routes /.gitkeep" ,
194
+ " test/utils /.gitkeep" ,
205
195
" test/views/.gitkeep" ,
206
- " test/utils/.gitkeep"
196
+ " test/routes/.gitkeep" ,
197
+ " src/app.ts" ,
198
+ " src/bin/.gitkeep" ,
199
+ " src/configs/.gitkeep" ,
200
+ " src/controllers/.gitkeep" ,
201
+ " src/middleware/.gitkeep" ,
202
+ " src/plugins/.gitkeep" ,
203
+ " src/utils/.gitkeep" ,
204
+ " src/views/.gitkeep" ,
205
+ " src/routes/.gitkeep" ,
206
+ " src/models/.gitkeep"
207
207
],
208
208
"questions" : {
209
209
"scope" : " Specify a scope: "
225
225
"@types/jest" : " 29.5.12" ,
226
226
"@typescript-eslint/eslint-plugin" : " 7.16.1" ,
227
227
"@typescript-eslint/parser" : " 7.16.1" ,
228
+ "bun-types" : " 1.1.20" ,
228
229
"commitizen" : " 4.3.0" ,
229
230
"commitlint" : " 19.3.0" ,
230
231
"commitlint-config-gitmoji" : " 2.3.1" ,
272
273
}
273
274
}
274
275
}
275
- }
276
+ }
0 commit comments