Skip to content
Draft
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"chalk": "^5.0.0",
"figures": "^6.0.0",
"gaxios": "^7.0.0-rc",
"googleapis": "^173.0.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The googleapis package is a very large dependency. Since pqc-apiary-test.cjs is a manual verification script and not part of the production library code, googleapis should be listed under devDependencies instead of dependencies to avoid increasing the production install size for downstream users.

"parse-link-header": "^2.0.0"
},
"devDependencies": {
Expand Down
Loading
Loading