We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c339100 commit 1f21c19Copy full SHA for 1f21c19
functions/Knative/hello-world-node/esm/package.json
@@ -0,0 +1,10 @@
1
+{
2
+ "type": "module",
3
+ "scripts": {
4
+ "start": "functions-framework --target=helloESM"
5
+ },
6
+ "main": "index.js",
7
+ "dependencies": {
8
+ "@openfunction/functions-framework": "^0.3.6"
9
+ }
10
+}
0 commit comments