Hacker News new | ask | show | jobs
by WorldMaker 907 days ago
Some quick bits of feedback after a small bit of skimming (between bad gateway errors, sorry for contributing to all the over-traffic):

- It would be great to see some of the fields from package.json shown as an overview above/next to the README of packages. The homepage and repository fields in particular are often quite useful to have quick access to. You could pull up npmjs.com directly next to this site, but it might be nice to have it all in one place.

- In cases where there is an auto-redirect from package-name to @types/package-name it might be nice to still show the README (and package.json metadata if added) of the original package-name.

- Typedoc upstream includes a dark theme and does the prefers-color-scheme auto-setup. This might be nice to have here, too.

1 comments

> it might be nice to still show the README (and package.json metadata if added) of the original package-name

This would be great, @types/* docs are rarely ever useful. Although it'd be still nice to indicate that the types are not available in the original package.