11 lines
No EOL
217 B
JSON
11 lines
No EOL
217 B
JSON
{
|
|
"name": "fn-node",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "functions-framework --target=helloWorld"
|
|
},
|
|
"dependencies": {
|
|
"@google-cloud/functions-framework": "^3.0.0"
|
|
}
|
|
} |