Created
December 19, 2021 00:53
-
-
Save grant/e348f4693c4c91b031d1539492847ad0 to your computer and use it in GitHub Desktop.
Simple Node Function package.json
This file contains 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
{ | |
"main": "index.js", | |
"dependencies": { | |
"@google-cloud/functions-framework": "^2.1.0" | |
}, | |
"scripts": { | |
"start": "npx @google-cloud/functions-framework --target=helloWorld" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment