Last active
August 13, 2021 01:33
-
-
Save grant/5793ee5d5b2d7a7662efe7a64d64bd8d to your computer and use it in GitHub Desktop.
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
{ | |
"name": "nodejs-ff-esm", | |
"type": "module", | |
"engines": { | |
"node": ">=12.0.0" | |
}, | |
"scripts": { | |
"start": "functions-framework --target=esm" | |
}, | |
"dependencies": { | |
"@google-cloud/functions-framework": "^1.9.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment