mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
12 lines
299 B
JSON
12 lines
299 B
JSON
{
|
|
"name": "serverless-azure-hello-world",
|
|
"version": "0.1.0",
|
|
"description": "Hello World example for azure provider with Serverless Framework.",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"serverless-azure-functions": "^0.1.0"
|
|
}
|
|
}
|