Importing Google API Libraries
New to Convex and TS, so this might be a dumb question: I need to install these packages:
but when I do, I get requests to install all sorts of packages
If running locally, this would be resolved with a
npm install googleapis google-auth-library but how can I install packages in my Convex project? Any help (or directing me to Docs I might be missing) is highly appreciated!