sls3-legacy
Version:
SLS3 Legacy - A fork of Serverless Framework v3
15 lines (14 loc) • 392 B
JSON
{
"name": "serverless-google-hello-world",
"version": "0.1.0",
"description": "Hello World example for google provider with Serverless Framework.",
"main": "main.py",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "serverless.com",
"license": "MIT",
"dependencies": {
"serverless-google-cloudfunctions": "^1.1.0"
}
}