We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4022dd7 commit 35eabc5Copy full SHA for 35eabc5
src/api/packument.ts
@@ -49,6 +49,7 @@ export type PackumentVersion = PackageJson & {
49
dist: Dist;
50
types?: string;
51
deprecated?: string;
52
+ homepage?: string;
53
_id: string;
54
_npmVersion: string;
55
_nodeVersion: string;
0 commit comments