Skip to content

Commit 1f21c19

Browse files
authored
Add missing package.json (#49)
Signed-off-by: Benjamin Huo <[email protected]>
1 parent c339100 commit 1f21c19

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)