cloud-foundation-fabric/blueprints/serverless/api-gateway/function/package.json

19 lines
348 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": ">=16.0.0"
},
"dependencies": {
"@google-cloud/functions-framework": "^3.2.1",
"express": "^4.18.2"
}
}