Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ updates:
groups:
typescript:
patterns:
- 'node-modules-inspector'
- 'typescript'
- 'typedoc'
- '@types/*'
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This template provides a semi-minimal monorepo setup for Node.js + TypeScript pr
- [x] [TypeDoc](https://typedoc.org/) for generating API documentation
- [x] [GitHub Actions](https://github.com/features/actions) for continuous integration
- [x] [Dependabot](https://github.com/dependabot) for updating dependencies
- [x] [node-modules-inspector](https://github.com/antfu/node-modules-inspector) for deep insights on dependency graph
- [x] Uses the [VoidZero](https://voidzero.dev)-based JS toolchain
- [x] [Vite](https://vitejs.dev/) & [tsdown](https://tsdown.dev) for bundling & minifying source code
- [x] [Vitest](https://vitest.dev/) for unit testing & code coverage
Expand Down Expand Up @@ -68,6 +69,7 @@ npm publish --access public
| `npm run fmt-ci` | Check for formatting issues (used for CI) |
| `npm run lint` | Check for Oxlint issues |
| `npm run fix` | Apply Oxlint fixes |
| `npm run inspect` | Run node-modules-inspector server |

### Developer tools

Expand Down
Loading