Hey team!
this site is much better than the official one.
One thing that would make package pages even more useful: a quick "Dev Toolbox" section that shows what tools the project uses, based on config files/lockfiles/devDeps in the published tarball.
Something compact like:
- Package Manager: pnpm (or Yarn / npm / Bun / none detected)
- Linting: Biome (or ESLint / oxlint / none)
- Formatting: Prettier (or Biome / dprint / none)
- Testing: Vitest (or Jest / none detected)
- Build: Vite (or Rollup / Webpack / esbuild / none)
Just icons + names, maybe with tooltips linking to the actual config/lockfile in the source viewer.
It would instantly tell users how modern/maintained the project is and help people discover better tooling combos. Super low-effort info but high value.
Happy to discuss details if you're interested!
Hey team!
this site is much better than the official one.
One thing that would make package pages even more useful: a quick "Dev Toolbox" section that shows what tools the project uses, based on config files/lockfiles/devDeps in the published tarball.
Something compact like:
Just icons + names, maybe with tooltips linking to the actual config/lockfile in the source viewer.
It would instantly tell users how modern/maintained the project is and help people discover better tooling combos. Super low-effort info but high value.
Happy to discuss details if you're interested!