Created
March 6, 2021 16:35
-
-
Save guydumais/a9adf7507de958cd394dfa1fba340b12 to your computer and use it in GitHub Desktop.
Google Cloud Function Dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "my-first-gcf", | |
"version": "0.1.0", | |
"dependencies": { | |
"node-fetch": "~2.6.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment