fn-node/package.json
fnkit 70a9e69660
All checks were successful
/ deploy (push) Successful in 30s
initial commit - node function
2026-02-17 16:45:11 +00:00

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"
}
}