Skip to content

Instantly share code, notes, and snippets.

@guydumais
Created March 6, 2021 16:35
Show Gist options
  • Save guydumais/a9adf7507de958cd394dfa1fba340b12 to your computer and use it in GitHub Desktop.
Save guydumais/a9adf7507de958cd394dfa1fba340b12 to your computer and use it in GitHub Desktop.
Google Cloud Function Dependencies
{
"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