Files
hunfabric/modules/api-gateway/recipe-multi-region/function/package.json

18 lines
322 B
JSON

{
"name": "function",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"engines": {
"node": ">=22.0.0"
},
"dependencies": {
"@google-cloud/functions-framework": "^4.0.0"
}
}