serverless
Version:
Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
18 lines (17 loc) • 359 B
JSON
{
"name": "azure-nodejs",
"version": "1.0.0",
"description": "Azure Functions sample for the Serverless framework",
"scripts": {
"test": "echo \"No tests yet...\"",
"start": "func host start"
},
"keywords": [
"azure",
"serverless"
],
"dependencies": {},
"devDependencies": {
"serverless-azure-functions": ">=0.7.0"
}
}