We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c0206 commit 8f3e3c7Copy full SHA for 8f3e3c7
1 file changed
scenes/PackageOverviewScene.tsx
@@ -154,6 +154,13 @@ export default function PackageOverviewScene({
154
Bundlephobia
155
</A>
156
</li>
157
+ <li>
158
+ <A
159
+ href={`https://npmgraph.js.org/?q=${library.npmPkg}`}
160
+ style={tw`text-[12px] font-light`}>
161
+ npmgraph
162
+ </A>
163
+ </li>
164
<li>
165
<A
166
href={`https://pkg-size.dev/${library.npmPkg}`}
0 commit comments