|
83 | 83 | "dev:mac": "bun i && bun concurrently -k \"bun run hot-reload & open http://127.0.0.1:3000\" \"bun run dev:post\"", |
84 | 84 | "dev:node": "bun i && bun run build && bun concurrently -k \"nodemon ./dist/server.js localhost 8080\" \"bun run live-reload\" \"bun run format:watch\" \"bun run test:watch:fast\"", |
85 | 85 | "dev:post": "bun concurrently -k \"bun run live-reload\" \"bun run format:watch\" \"bun run test:watch:fast\"", |
86 | | - "dev:pre": "bun run upgrade:full && bun rebuild && bun run dep:update:all && echo \"YOU CAN ALSO RUN npm-check TO SEE ADDITIONAL DEPENDENCY UPDATES\" && npm i && bun run depcheck && bun run prune:mod && bun run license:summary && bun format && bun run security", |
| 86 | + "dev:pre": "bun run upgrade:full && bun rebuild && bun run dep:update:all && echo \"YOU CAN ALSO RUN npm-check TO SEE ADDITIONAL DEPENDENCY UPDATES\" && npm i --legacy-peer-deps && bun run depcheck && bun run prune:mod && bun run license:summary && bun format && bun run security", |
87 | 87 | "dev:win": "bun i && bun concurrently -k \"bun run hot-reload & start http://127.0.0.1:3000\" \"bun run dev:post\"", |
88 | 88 | "dev:wsl": "bun i && bun concurrently -k \"bun run hot-reload & wslview http://127.0.0.1:3000\" \"bun run dev:post\"", |
89 | 89 | "docs": "echo building typedocs && bunx typedoc --validation.notDocumented --plugin typedoc-plugin-coverage --plugin typedoc-plugin-extras --options typedoc.json", |
|
145 | 145 | ".prettierignore", |
146 | 146 | ".prettierrc.json", |
147 | 147 | "license", |
148 | | - "readme-api.md", |
149 | 148 | "readme.md", |
150 | | - "commit-template.hbs", |
151 | 149 | "commitlint.config.ts", |
| 150 | + "commit-template.hbs", |
| 151 | + "readme-api.md", |
152 | 152 | "default-template.hbs", |
153 | 153 | "jest.config.json", |
154 | 154 | "package.json", |
155 | | - "package-lock.json", |
156 | 155 | "release.config.ts", |
157 | 156 | "renovate.json", |
158 | | - "tsconfig.json", |
| 157 | + "package-lock.json", |
159 | 158 | "typedoc.json", |
| 159 | + "tsconfig.json", |
160 | 160 | ".vscode/settings.json", |
161 | 161 | "public/.gitkeep", |
162 | 162 | "repo_management_files/auditchecklist.md", |
| 163 | + "repo_management_files/branchnamingconventions.md", |
163 | 164 | "repo_management_files/cz-emoji-template-extract.js", |
164 | | - "repo_management_files/cz-emoji-type-extract.js", |
165 | 165 | "repo_management_files/cz-type-extract.js", |
166 | | - "repo_management_files/directorystructuredocument.md", |
167 | | - "repo_management_files/extractfilescopes.js", |
168 | 166 | "repo_management_files/errorswarningsresolutions.md", |
| 167 | + "repo_management_files/extractfilescopes.js", |
| 168 | + "repo_management_files/directorystructuredocument.md", |
| 169 | + "repo_management_files/cz-emoji-type-extract.js", |
169 | 170 | "repo_management_files/fileswithgitmojis.md", |
170 | | - "repo_management_files/branchnamingconventions.md", |
| 171 | + "repo_management_files/genericcommitmessages.md", |
171 | 172 | "repo_management_files/gitmojisemver-extract.js", |
172 | 173 | "repo_management_files/initializationinfo.md", |
173 | | - "repo_management_files/genericcommitmessages.md", |
| 174 | + "repo_management_files/issues.sh", |
174 | 175 | "repo_management_files/labels.sh", |
175 | | - "repo_management_files/packagejsondocument.md", |
176 | 176 | "repo_management_files/usefultipsandtricks.md", |
177 | | - "repo_management_files/issues.sh", |
| 177 | + "repo_management_files/packagejsondocument.md", |
178 | 178 | ".github/dependabot.yml", |
179 | 179 | ".github/workflows/build.yml", |
| 180 | + ".github/workflows/depcheck.yml", |
180 | 181 | ".github/workflows/docs.yml", |
181 | 182 | ".github/workflows/lint.yml", |
182 | 183 | ".github/workflows/pr.yml", |
183 | 184 | ".github/workflows/release.yml", |
184 | | - ".github/workflows/depcheck.yml", |
185 | 185 | ".github/workflows/test.yml", |
186 | 186 | ".husky/commit-msg", |
187 | 187 | ".husky/pre-commit", |
188 | 188 | ".husky/prepare-commit-msg", |
189 | 189 | ".husky/_/.gitignore", |
| 190 | + ".husky/_/applypatch-msg", |
190 | 191 | ".husky/_/commit-msg", |
191 | 192 | ".husky/_/h", |
192 | 193 | ".husky/_/post-applypatch", |
193 | | - ".husky/_/applypatch-msg", |
194 | 194 | ".husky/_/post-checkout", |
195 | | - ".husky/_/post-merge", |
| 195 | + ".husky/_/post-commit", |
196 | 196 | ".husky/_/post-rewrite", |
197 | 197 | ".husky/_/pre-applypatch", |
198 | 198 | ".husky/_/pre-auto-gc", |
199 | | - ".husky/_/post-commit", |
200 | | - ".husky/_/pre-rebase", |
201 | 199 | ".husky/_/pre-commit", |
202 | | - ".husky/_/prepare-commit-msg", |
| 200 | + ".husky/_/post-merge", |
203 | 201 | ".husky/_/pre-push", |
204 | | - "src/app.ts", |
205 | | - "src/bin/.gitkeep", |
206 | | - "src/controllers/.gitkeep", |
207 | | - "src/middleware/.gitkeep", |
208 | | - "src/routes/.gitkeep", |
209 | | - "src/plugins/.gitkeep", |
210 | | - "src/configs/.gitkeep", |
211 | | - "src/models/.gitkeep", |
212 | | - "src/views/.gitkeep", |
213 | | - "src/utils/.gitkeep", |
| 202 | + ".husky/_/pre-rebase", |
| 203 | + ".husky/_/prepare-commit-msg", |
214 | 204 | "test/app.test.ts", |
215 | 205 | "test/.gitkeep", |
216 | | - "test/controllers/.gitkeep", |
217 | 206 | "test/bin/.gitkeep", |
218 | | - "test/configs/.gitkeep", |
219 | 207 | "test/middleware/.gitkeep", |
220 | | - "test/plugins/.gitkeep", |
221 | | - "test/views/.gitkeep", |
| 208 | + "test/configs/.gitkeep", |
| 209 | + "test/controllers/.gitkeep", |
222 | 210 | "test/routes/.gitkeep", |
| 211 | + "test/plugins/.gitkeep", |
| 212 | + "test/utils/.gitkeep", |
223 | 213 | "test/models/.gitkeep", |
224 | | - "test/utils/.gitkeep" |
| 214 | + "test/views/.gitkeep", |
| 215 | + "src/app.ts", |
| 216 | + "src/bin/.gitkeep", |
| 217 | + "src/controllers/.gitkeep", |
| 218 | + "src/configs/.gitkeep", |
| 219 | + "src/models/.gitkeep", |
| 220 | + "src/middleware/.gitkeep", |
| 221 | + "src/plugins/.gitkeep", |
| 222 | + "src/utils/.gitkeep", |
| 223 | + "src/routes/.gitkeep", |
| 224 | + "src/views/.gitkeep" |
225 | 225 | ], |
226 | 226 | "questions": { |
227 | 227 | "scope": "Specify a scope: " |
|
290 | 290 | "@semantic-release/npm": { |
291 | 291 | "cacache": { |
292 | 292 | "tar": "7.4.0", |
293 | | - "glob": "^10.0.0" |
| 293 | + "glob": "^11.0.0" |
294 | 294 | } |
295 | 295 | } |
296 | 296 | } |
|
0 commit comments